From 6407f3585563161caacc81c38138395795bf4cb4 Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Tue, 4 Dec 2012 18:26:47 +0530 Subject: [PATCH] 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 --- include/configs/zynq_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...;" \ -- 2.47.3