summaryrefslogtreecommitdiff
path: root/include/configs/integratorap.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-07-25 01:51:37 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-03 20:40:46 (GMT)
commitbc87d7641948ba49e1b9a4a3ce2cb2f922b77599 (patch)
tree74a0ef0eaaac88f380e03046d2e4fdd0ad8b8ecd /include/configs/integratorap.h
parentc53e4b74f71e35bf48da2f93864941a4c4f21adb (diff)
downloadu-boot-bc87d7641948ba49e1b9a4a3ce2cb2f922b77599.tar.xz
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/configs/integratorap.h')
-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 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 ""
/*