diff options
Diffstat (limited to 'recipes/linux/linux-2.6.29/cm-x270/0001-xm_x2xx-config-fix-up-CMDLINE.patch')
-rw-r--r-- | recipes/linux/linux-2.6.29/cm-x270/0001-xm_x2xx-config-fix-up-CMDLINE.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.29/cm-x270/0001-xm_x2xx-config-fix-up-CMDLINE.patch b/recipes/linux/linux-2.6.29/cm-x270/0001-xm_x2xx-config-fix-up-CMDLINE.patch new file mode 100644 index 0000000000..061895a0a9 --- /dev/null +++ b/recipes/linux/linux-2.6.29/cm-x270/0001-xm_x2xx-config-fix-up-CMDLINE.patch @@ -0,0 +1,26 @@ +From 4b949a9436820788d77ff335677dbb22e127d34f Mon Sep 17 00:00:00 2001 +From: Cliff Brake <cbrake@bec-systems.com> +Date: Thu, 12 Mar 2009 14:26:31 -0400 +Subject: [PATCH] xm_x2xx config -- fix up CMDLINE + +--- + arch/arm/configs/xm_x2xx_defconfig | 3 ++- + 1 files changed, 2 insertions(+), 1 deletions(-) + +diff --git a/arch/arm/configs/xm_x2xx_defconfig b/arch/arm/configs/xm_x2xx_defconfig +index 1039f36..bcd31cf 100644 +--- a/arch/arm/configs/xm_x2xx_defconfig ++++ b/arch/arm/configs/xm_x2xx_defconfig +@@ -302,7 +302,8 @@ CONFIG_ALIGNMENT_TRAP=y + # + CONFIG_ZBOOT_ROM_TEXT=0x0 + CONFIG_ZBOOT_ROM_BSS=0x0 +-CONFIG_CMDLINE="root=1f03 mem=32M" ++CONFIG_CMDLINE="console=ttyS1,38400 monitor=8 bpp=16 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),0x230000(root),-(config);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd4 rootfstype=jffs2" ++ + # CONFIG_XIP_KERNEL is not set + # CONFIG_KEXEC is not set + +-- +1.5.6.3 + |