aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-07-25 01:51:37 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-03 22:40:46 +0200
commitbc87d7641948ba49e1b9a4a3ce2cb2f922b77599 (patch)
tree74a0ef0eaaac88f380e03046d2e4fdd0ad8b8ecd /include
parentc53e4b74f71e35bf48da2f93864941a4c4f21adb (diff)
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 <linus.walleij@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/integratorap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h
index 90f21e879..2318ad384 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 ""
/*