mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 01:30:15 +02: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
|
||||
+EXPORT(prom_emu_argv)
|
||||
+ .dw 0
|
||||
+ .dw prom_emu_cmdline
|
||||
+ .word 0
|
||||
+ .word prom_emu_cmdline
|
||||
+ .ascii "CMDLINE:"
|
||||
+EXPORT(prom_emu_cmdline)
|
||||
+ .fill 0x400
|
||||
|
Loading…
Reference in New Issue
Block a user