]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
integratorap: remove hardcoded 32MB memory cmdline
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 25 Jul 2011 01:51:37 +0000 (01:51 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 3 Sep 2011 20:40:46 +0000 (22:40 +0200)
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@linaro.org>
include/configs/integratorap.h

index 90f21e879b4aef208c05ef710dbaace007bbfea5..2318ad38490b383225fb4be455c03c0da0cc5133 100644 (file)
@@ -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     ""
 
 /*