diff mbox

[U-Boot,6/8,v4] integratorap: remove hardcoded 32MB memory cmdline

Message ID 1311594697-19863-1-git-send-email-linus.walleij@linaro.org
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Linus Walleij July 25, 2011, 11:51 a.m. UTC
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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h
index 90f21e8..2318ad3 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	""
 
 /*