From: Jagannadha Sutradharudu Teki Date: Tue, 4 Dec 2012 12:56:47 +0000 (+0530) Subject: zynq: Increase ramdisk_size env variables by 1.896MB X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6407f3585563161caacc81c38138395795bf4cb4;p=thirdparty%2Fu-boot.git zynq: Increase ramdisk_size env variables by 1.896MB Now the ramdisk_size env size is 5.896MB. This changes is follow-up on updated flash layout in previous patch. "zynq: Updated flash offsets in Linux autoboot" (sha1: a5b72ddc1e0e261f5fdda1aeb78f4345c53d352c) Signed-off-by: Jagannadha Sutradharudu Teki Acked-by: Michal Simek --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 5400ef63edc..12095295647 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -183,7 +183,7 @@ "devicetree_image=devicetree.dtb\0" \ "kernel_size=0x500000\0" \ "devicetree_size=0x20000\0" \ - "ramdisk_size=0x400000\0" \ + "ramdisk_size=0x5E0000\0" \ "fdt_high=0x20000000\0" \ "initrd_high=0x20000000\0" \ "norboot=echo Copying Linux from NOR flash to RAM...;" \