mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[kernel] fix MIPS prom emulator patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13635 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user