[U-Boot] [PATCH] integratorap: remove hardcoded 32MB memory cmdline
Wolfgang Denk
wd at denx.de
Thu Jul 14 13:44:13 CEST 2011
Dear Linus Walleij,
In message <1310639329-9677-1-git-send-email-linus.walleij at linaro.org> you wrote:
> The default configuration for the Integrator AP forces memory to be
> 32 MB on the command line to the kernel, while we have perfect
> information and detection of the actual memory size in the ATAGs.
> Delete the confusion.
>
> Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
> ---
> include/configs/integratorap.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h
> index d724c91..7b8aea6 100644
> --- a/include/configs/integratorap.h
> +++ b/include/configs/integratorap.h
> @@ -94,7 +94,7 @@
>
>
> #define CONFIG_BOOTDELAY 2
> -#define CONFIG_BOOTARGS "root=/dev/mtdblock0 mem=32M console=ttyAM0 console=tty"
> +#define CONFIG_BOOTARGS "root=/dev/mtdblock0 console=ttyAM0 console=tty"
> #define CONFIG_BOOTCOMMAND ""
Please make sure to Cc: the board maintainer!
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
To be awake is to be alive. - Henry David Thoreau, in "Walden"
More information about the U-Boot
mailing list