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 | ec7df316638a6deeed9e4939ece9a63484b8ff18 (patch) | |
tree | 4b28064b4894c20f7b26dc9e2796cfe68bbe58d2 | |
parent | 553cff2501ad60e9c8e02395fc1d85654d60d670 (diff) | |
download | upstream-ec7df316638a6deeed9e4939ece9a63484b8ff18.tar.gz upstream-ec7df316638a6deeed9e4939ece9a63484b8ff18.tar.bz2 upstream-ec7df316638a6deeed9e4939ece9a63484b8ff18.zip |
Fix the cmdline hack patch, thanks Gabor
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7535 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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) |