From: Tom Rini <trini@ti.com>
Date: Fri, 28 Mar 2014 19:03:30 +0000 (-0400)
Subject: am335x_evm: Update the ramdisk args, we pass things in just fine via DT
X-Git-Tag: v2025.01-rc5-pxa1908~15361^2~3^2~31
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/html/index.html?a=commitdiff_plain;h=18e44ce3f8edbb87519ffdf34d96c1ccc33626c9;p=u-boot.git

am335x_evm: Update the ramdisk args, we pass things in just fine via DT

Signed-off-by: Tom Rini <trini@ti.com>
---

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 41485179e4..ebe2ab35de 100644
--- 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} " \