summaryrefslogtreecommitdiffstats
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-03-28 15:03:30 -0400
committerTom Rini <trini@ti.com>2014-04-17 14:39:54 -0400
commit18e44ce3f8edbb87519ffdf34d96c1ccc33626c9 (patch)
tree3d432614f01d76b97c79c6deda416e71763a34eb /include/configs/am335x_evm.h
parentfb3ad9bd923daafed9818c579d841f05c8ecbeb0 (diff)
downloadtalos-obmc-uboot-18e44ce3f8edbb87519ffdf34d96c1ccc33626c9.tar.gz
talos-obmc-uboot-18e44ce3f8edbb87519ffdf34d96c1ccc33626c9.zip
am335x_evm: Update the ramdisk args, we pass things in just fine via DT
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h2
1 files changed, 1 insertions, 1 deletions
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} " \
OpenPOWER on IntegriCloud