mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +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
|
+#ifdef CONFIG_PROM_EMU
|
||||||
+EXPORT(prom_emu_argv)
|
+EXPORT(prom_emu_argv)
|
||||||
+ .dw 0
|
+ .word 0
|
||||||
+ .dw prom_emu_cmdline
|
+ .word prom_emu_cmdline
|
||||||
+ .ascii "CMDLINE:"
|
+ .ascii "CMDLINE:"
|
||||||
+EXPORT(prom_emu_cmdline)
|
+EXPORT(prom_emu_cmdline)
|
||||||
+ .fill 0x400
|
+ .fill 0x400
|
||||||
|
Loading…
x
Reference in New Issue
Block a user