fix MIPS prom emulator patch

SVN-Revision: 13635
master
Gabor Juhos 16 years ago
parent 454ad2a4d5
commit f63a6e0d56
  1. 4
      target/linux/generic-2.6/patches-2.6.26/021-mips_simple_prom_emulator.patch

@ -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…
Cancel
Save