From: Linus Walleij Date: Mon, 25 Jul 2011 01:51:37 +0000 (+0000) Subject: integratorap: remove hardcoded 32MB memory cmdline X-Git-Tag: v2011.09-rc1~68^2~127 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc87d7641948ba49e1b9a4a3ce2cb2f922b77599;p=u-boot integratorap: remove hardcoded 32MB memory cmdline 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 --- diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index 90f21e879b..2318ad3849 100644 --- a/include/configs/integratorap.h +++ b/include/configs/integratorap.h @@ -93,7 +93,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 "" /*