projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c53e4b7
)
integratorap: remove hardcoded 32MB memory cmdline
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 25 Jul 2011 01:51:37 +0000
(
01:51
+0000)
committer
Albert 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
patch
|
blob
|
history
diff --git
a/include/configs/integratorap.h
b/include/configs/integratorap.h
index 90f21e879b4aef208c05ef710dbaace007bbfea5..2318ad38490b383225fb4be455c03c0da0cc5133 100644
(file)
--- 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 ""
/*