From 9f8e3ee6421950025ba1d2d5588a6bc99978561d Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 14 Dec 2008 20:37:32 +0000 Subject: [PATCH 1/1] [kernel] fix MIPS prom emulator patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13635 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.26/021-mips_simple_prom_emulator.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/generic-2.6/patches-2.6.26/021-mips_simple_prom_emulator.patch b/target/linux/generic-2.6/patches-2.6.26/021-mips_simple_prom_emulator.patch index 2c0ffb8ae..841c77b76 100644 --- a/target/linux/generic-2.6/patches-2.6.26/021-mips_simple_prom_emulator.patch +++ b/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 -- 2.35.1