From: Tom Rini Date: Fri, 28 Mar 2014 19:03:31 +0000 (-0400) Subject: am43xx_evm: Update the ramdisk args, we pass things in just fine via DT X-Git-Tag: v2014.07-rc1~2^2~3^2~30 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=bea0fd5e6aa73367eb14840cd4f5cecd422e3374 am43xx_evm: Update the ramdisk args, we pass things in just fine via DT Signed-off-by: Tom Rini --- diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index 27777c51ba..2d9825beeb 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -128,7 +128,7 @@ "usbroot=/dev/sda2 rw\0" \ "usbrootfstype=ext4 rootwait\0" \ "usbdev=0\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} " \