fix MIPS prom emulator patch
SVN-Revision: 13635
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user