mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-06 01:47:29 +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:
parent
638a870e29
commit
9f8e3ee642
@ -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