diff options
author | Tom Rini <trini@ti.com> | 2014-03-28 15:03:30 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 14:39:54 -0400 |
commit | 18e44ce3f8edbb87519ffdf34d96c1ccc33626c9 (patch) | |
tree | 3d432614f01d76b97c79c6deda416e71763a34eb | |
parent | fb3ad9bd923daafed9818c579d841f05c8ecbeb0 (diff) | |
download | u-boot-imx-18e44ce3f8edbb87519ffdf34d96c1ccc33626c9.zip u-boot-imx-18e44ce3f8edbb87519ffdf34d96c1ccc33626c9.tar.gz u-boot-imx-18e44ce3f8edbb87519ffdf34d96c1ccc33626c9.tar.bz2 |
am335x_evm: Update the ramdisk args, we pass things in just fine via DT
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | include/configs/am335x_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 4148517..ebe2ab3 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} " \ |