From 71c6e4a05de5c4325d7f8928085d21879a837588 Mon Sep 17 00:00:00 2001 From: Vitaly Andrianov Date: Tue, 4 Aug 2015 11:16:16 -0400 Subject: [PATCH] configs: ti_armv7_keystone2: increase size reserved for initrd 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 --- include/configs/ti_armv7_keystone2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 66085c2608..2fdc1034f4 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -254,7 +254,7 @@ "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" -- 2.39.2