[PATCH] UBUNTU: [Config] enable passing all kernel command line to init
Leann Ogasawara
leann.ogasawara at canonical.com
Fri Oct 8 17:56:59 UTC 2010
On Thu, 2010-10-07 at 17:24 -0500, Bryan Wu wrote:
> 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>
Looks reasonable to me and only affects ti-omap4.
Acked-by: Leann Ogasawara <leann.ogasawara 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
More information about the kernel-team
mailing list