diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-14 20:37:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-14 20:37:32 +0000 |
commit | f63a6e0d565950140235ad795e885169f8d165b4 (patch) | |
tree | 2a10ce85324ca71200bf8908e049ea491e37c966 /target/linux/generic-2.6 | |
parent | 454ad2a4d519ad4810ffb0a5202edb96769d616d (diff) | |
download | upstream-f63a6e0d565950140235ad795e885169f8d165b4.tar.gz upstream-f63a6e0d565950140235ad795e885169f8d165b4.tar.bz2 upstream-f63a6e0d565950140235ad795e885169f8d165b4.zip |
fix MIPS prom emulator patch
SVN-Revision: 13635
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/021-mips_simple_prom_emulator.patch | 4 |
1 files 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 2c0ffb8ae3..841c77b760 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 |