public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] integratorap: remove hardcoded 32MB memory cmdline
@ 2011-07-14 10:28 Linus Walleij
  2011-07-14 11:44 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2011-07-14 10:28 UTC (permalink / raw)
  To: u-boot

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 --git a/include/configs/integratorap.h b/include/configs/integratorap.h
index d724c91..7b8aea6 100644
--- a/include/configs/integratorap.h
+++ b/include/configs/integratorap.h
@@ -94,7 +94,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	""
 
 /*
-- 
1.7.6

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-15 11:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14 10:28 [U-Boot] [PATCH] integratorap: remove hardcoded 32MB memory cmdline Linus Walleij
2011-07-14 11:44 ` Wolfgang Denk
2011-07-14 18:03   ` Linus Walleij
2011-07-15 10:33     ` Linus Walleij
2011-07-15 11:49       ` Philippe Robin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox