[PATCH] UBUNTU: [Config] enable passing all kernel command line to init
Bryan Wu
bryan.wu at canonical.com
Thu Oct 7 22:24:57 UTC 2010
BugLink: http://bugs.launchpad.net/bugs/586386
For booting on OMAP4 with upstart, we need kernel turn on this option
CONFIG_INIT_PASS_ALL_PARAMS=y
Otherwise, it cannot boot on some omap4 hardware.
Tested-by: Ricardo Salveti de Araujo <ricardo.salveti at canonical.com>
Signed-off-by: Bryan Wu <bryan.wu at canonical.com>
---
debian.ti-omap4/config/config.common.ubuntu | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu
index fea641e..ff71324 100644
--- a/debian.ti-omap4/config/config.common.ubuntu
+++ b/debian.ti-omap4/config/config.common.ubuntu
@@ -1013,7 +1013,7 @@ CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INFTL=m
CONFIG_INITRAMFS_SOURCE=""
CONFIG_INIT_ENV_ARG_LIMIT=32
-# CONFIG_INIT_PASS_ALL_PARAMS is not set
+CONFIG_INIT_PASS_ALL_PARAMS=y
# CONFIG_INLINE_READ_LOCK is not set
# CONFIG_INLINE_READ_LOCK_BH is not set
# CONFIG_INLINE_READ_LOCK_IRQ is not set
--
1.7.1
More information about the kernel-team
mailing list