mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 15:06:47 +02:00
Fix the cmdline hack patch, thanks Gabor
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7535 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
12f86c6946
commit
5e0c594836
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user