[PATCH 2/2] UBUNTU: [Config] armel: Reset default command-line
Stefan Bader
stefan.bader at ubuntu.com
Tue Mar 23 09:22:43 UTC 2010
Ok, so for x86 the setting had no effect as it depends on the CMDLINE_BOOL to be
set and for the ports there is config.common.ports. So the change here has only
effect on the armel build.
Loïc Minier wrote:
> Reset default command-line to empty; it was set to boot from /dev/rom3
> with 32 MB of RAM, but this flavour is for use im QEMU which doesn't
> emulate the ROM devices and passes memory size via an ATAG already --
> setting mem=32m in the default kernel cmdline required an explicit
> mem=256m on the QEMU cmdline to override.
>
> Signed-off-by: Loïc Minier <loic.minier at ubuntu.com>
Acked-by: Stefan Bader <stefan.bader at canonical.com>
> ---
> debian.master/config/config.common.ubuntu | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
> index bc2185e..f36b54f 100644
> --- a/debian.master/config/config.common.ubuntu
> +++ b/debian.master/config/config.common.ubuntu
> @@ -541,7 +541,7 @@ CONFIG_CISS_SCSI_TAPE=y
> CONFIG_CLOCKSOURCE_WATCHDOG=y
> CONFIG_CLS_U32_MARK=y
> # CONFIG_CLS_U32_PERF is not set
> -CONFIG_CMDLINE="root=1f03 mem=32M"
> +CONFIG_CMDLINE=""
> # CONFIG_CMDLINE_BOOL is not set
> CONFIG_CNIC=m
> CONFIG_CODA_FS=m
More information about the kernel-team
mailing list