diff mbox

[U-Boot,2/3] am335x_evm: Update the ramdisk args, we pass things in just fine via DT

Message ID 1394566923-25989-2-git-send-email-trini@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini March 11, 2014, 7:42 p.m. UTC
Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/am335x_evm.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dennis Gilmore March 20, 2014, 3:21 p.m. UTC | #1
On Tue, 11 Mar 2014 15:42:02 -0400
Tom Rini <trini@ti.com> wrote:

> 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 index 6bd8aec..11088b3 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} " \


Reviewed-By: Dennis Gilmore <dgilmore@redhat.com>
diff mbox

Patch

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 6bd8aec..11088b3 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} " \