1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:31:40 +03:00

[orion]: use CMDLINE_FORCE

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23942 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2010-11-10 13:13:03 +00:00
parent 01ec6e9b96
commit 6d04b3f766
2 changed files with 1 additions and 11 deletions

View File

@ -33,6 +33,7 @@ CONFIG_BOUNCE=y
# CONFIG_CIFS_STATS is not set
CONFIG_CLASSIC_RCU=y
CONFIG_CMDLINE="root=/dev/mtdblock1 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"
CONFIG_CMDLINE_FORCE=y
CONFIG_CPU_32v5=y
CONFIG_CPU_32=y
CONFIG_CPU_ABRT_EV5T=y

View File

@ -1,11 +0,0 @@
--- a/arch/arm/kernel/setup.c
+++ b/arch/arm/kernel/setup.c
@@ -595,7 +595,7 @@ __tagtable(ATAG_REVISION, parse_tag_revi
static int __init parse_tag_cmdline(const struct tag *tag)
{
- strlcpy(default_command_line, tag->u.cmdline.cmdline, COMMAND_LINE_SIZE);
+// strlcpy(default_command_line, tag->u.cmdline.cmdline, COMMAND_LINE_SIZE);
return 0;
}