[U-Boot] [PATCH] omap3evm: Pass 'mem' argument to linux kernel
Sanjeev Premi
premi at ti.com
Tue Sep 27 13:21:33 CEST 2011
In absence of this argument, Linux kernel doesn't boot.
Default value has been set to 128M to ensure that
Linux kernel boots on older EVMs as well.
Signed-off-by: Sanjeev Premi <premi at ti.com>
Cc: Sandeep Paulraj <s-paulraj at ti.com>
---
This patch has been created against u-boot-ti/next.
include/configs/omap3_evm.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 7af30c2..ea51216 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -200,11 +200,14 @@
"loadaddr=0x82000000\0" \
"usbtty=cdc_acm\0" \
"mmcdev=0\0" \
+ "memsize=128M\0" \
"console=ttyO0,115200n8\0" \
"mmcargs=setenv bootargs console=${console} " \
+ "mem=${memsize}\0 " \
"root=/dev/mmcblk0p2 rw " \
"rootfstype=ext3 rootwait\0" \
"nandargs=setenv bootargs console=${console} " \
+ "mem=${memsize}\0 " \
"root=/dev/mtdblock4 rw " \
"rootfstype=jffs2\0" \
"loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
--
1.7.0.4
More information about the U-Boot
mailing list