diff mbox

[U-Boot,2/2] configs: ti_armv7_keystone2: increase size reserved for initrd

Message ID 1438701376-12169-3-git-send-email-vitalya@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Vitaly Andrianov Aug. 4, 2015, 3:16 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Aug. 13, 2015, 1:23 p.m. UTC | #1
On Tue, Aug 04, 2015 at 11:16:16AM -0400, Vitaly Andrianov wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
index 454f1df..316d0ad 100644
--- a/include/configs/ti_armv7_keystone2.h
+++ b/include/configs/ti_armv7_keystone2.h
@@ -253,7 +253,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"