fix MIPS prom emulator patch
SVN-Revision: 13635
This commit is contained in:
parent
454ad2a4d5
commit
f63a6e0d56
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue