]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Increase ramdisk_size env variables by 1.896MB
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>
Tue, 4 Dec 2012 12:56:47 +0000 (18:26 +0530)
committerMichal Simek <monstr@monstr.eu>
Wed, 5 Dec 2012 09:57:34 +0000 (10:57 +0100)
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 <jaganna@xilinx.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq_common.h

index 5400ef63edcd3e0e1d08d362ff277e8922191fc4..1209529564788ca4cd3bb7966ac6d24f43699b40 100644 (file)
        "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...;" \