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 | c26365de6706a01e64fc6c89317102a9bcc5bc7f (patch) | |
tree | 41369dde6b229bac8c0b6256dd015f6269c1ca63 /target/linux | |
parent | 51175b4850f2099556a852c1cdb5907bb6b5a295 (diff) | |
download | master-187ad058-c26365de6706a01e64fc6c89317102a9bcc5bc7f.tar.gz master-187ad058-c26365de6706a01e64fc6c89317102a9bcc5bc7f.tar.bz2 master-187ad058-c26365de6706a01e64fc6c89317102a9bcc5bc7f.zip |
[kernel] fix MIPS prom emulator patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13635 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |