mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
fix MIPS prom emulator patch
SVN-Revision: 13635
This commit is contained in:
parent
454ad2a4d5
commit
f63a6e0d56
@ -18,8 +18,8 @@
|
||||
|
||||
+#ifdef CONFIG_PROM_EMU
|
||||
+EXPORT(prom_emu_argv)
|
||||
+ .dw 0
|
||||
+ .dw prom_emu_cmdline
|
||||
+ .word 0
|
||||
+ .word prom_emu_cmdline
|
||||
+ .ascii "CMDLINE:"
|
||||
+EXPORT(prom_emu_cmdline)
|
||||
+ .fill 0x400
|
||||
|
Loading…
x
Reference in New Issue
Block a user