2014-04-27 02:49:55 +00:00
|
|
|
From 039bd0adca69ba7e415115620840c02f98f8e58b Mon Sep 17 00:00:00 2001
|
2014-03-15 15:33:03 +00:00
|
|
|
From: Tom Rini <trini@ti.com>
|
|
|
|
Date: Tue, 11 Mar 2014 15:42:02 -0400
|
2014-04-27 02:49:55 +00:00
|
|
|
Subject: [PATCH 02/36] am335x_evm: Update the ramdisk args, we pass things in
|
2014-03-15 15:33:03 +00:00
|
|
|
just fine via DT
|
|
|
|
|
|
|
|
Signed-off-by: Tom Rini <trini@ti.com>
|
|
|
|
---
|
|
|
|
include/configs/am335x_evm.h | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
|
2014-04-21 17:43:34 +00:00
|
|
|
index 4148517..ebe2ab3 100644
|
2014-03-15 15:33:03 +00:00
|
|
|
--- a/include/configs/am335x_evm.h
|
|
|
|
+++ b/include/configs/am335x_evm.h
|
|
|
|
@@ -79,7 +79,7 @@
|
|
|
|
"nfsopts=nolock\0" \
|
|
|
|
"static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}" \
|
|
|
|
"::off\0" \
|
|
|
|
- "ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=${rdaddr},64M\0" \
|
|
|
|
+ "ramroot=/dev/ram0 rw\0" \
|
|
|
|
"ramrootfstype=ext2\0" \
|
|
|
|
"mmcargs=setenv bootargs console=${console} " \
|
|
|
|
"${optargs} " \
|
|
|
|
--
|
|
|
|
1.9.0
|
|
|
|
|