diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-08 12:37:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-08 12:37:47 +0000 |
commit | a014690ed69fe7d48d8483393d8dd8a5177698b0 (patch) | |
tree | 78d293e23fcd3fc5879cd67c7096ea0ca664c34d /target/linux/adm5120-2.6/patches/140-cmdline_hack.patch | |
parent | 4a00419fd03f04fcad59f9cb110384297002dfee (diff) | |
download | upstream-a014690ed69fe7d48d8483393d8dd8a5177698b0.tar.gz upstream-a014690ed69fe7d48d8483393d8dd8a5177698b0.tar.bz2 upstream-a014690ed69fe7d48d8483393d8dd8a5177698b0.zip |
Fix the cmdline hack patch, thanks Gabor
SVN-Revision: 7535
Diffstat (limited to 'target/linux/adm5120-2.6/patches/140-cmdline_hack.patch')
-rw-r--r-- | target/linux/adm5120-2.6/patches/140-cmdline_hack.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch b/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch index 3e84056e58..23f377c90b 100644 --- a/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch +++ b/target/linux/adm5120-2.6/patches/140-cmdline_hack.patch @@ -17,11 +17,11 @@ diff -ur linux.old/arch/mips/kernel/head.S linux.dev/arch/mips/kernel/head.S + * Use as temporary storage for the kernel command line, so that it + * can be updated easily without having to relink the kernel. */ -- .fill 0x400 +- .align 10 + +EXPORT(_image_cmdline) + .ascii "CMDLINE:" -+ .fill 0x3ec ++ .align 10 EXPORT(stext) # used for profiling EXPORT(_stext) |