]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
configs: ti_armv7_keystone2: increase size reserved for initrd
authorVitaly Andrianov <vitalya@ti.com>
Tue, 4 Aug 2015 15:16:16 +0000 (11:16 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:15 +0000 (10:23 +0200)
9MB reserved for initrd is not enough for default ramfs used for keystone
devices, which is ~33MB. This patch increases the size up to 80MB.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
include/configs/ti_armv7_keystone2.h

index 66085c2608c1e7ade505a7a40e0783a9b373116b..2fdc1034f4bbaa27ff43b0cc440586e67409fc29 100644 (file)
        "init_ramfs=run args_all args_ramfs get_fs_ramfs\0"             \
        "args_ramfs=setenv bootargs ${bootargs} "                       \
                "rdinit=/sbin/init rw root=/dev/ram0 "                  \
-               "initrd=0x808080000,9M\0"                               \
+               "initrd=0x808080000,80M\0"                              \
        "no_post=1\0"                                                   \
        "mtdparts=mtdparts=davinci_nand.0:"                             \
                "1024k(bootloader)ro,512k(params)ro,-(ubifs)\0"