Fix the cmdline hack patch, thanks Gabor
authorFlorian Fainelli <florian@openwrt.org>
Fri, 8 Jun 2007 12:37:47 +0000 (12:37 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 8 Jun 2007 12:37:47 +0000 (12:37 +0000)
SVN-Revision: 7535

target/linux/adm5120-2.6/patches/140-cmdline_hack.patch

index 3e84056e583ed3df65fa20e8f1b014d888c36998..23f377c90b49620c63b4afff951d3106d9394df5 100644 (file)
@@ -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)