Commit a3d5de9966cc417c221077eaa61ce03b6cb7c8f3

Authored by Vitaly Andrianov
Committed by Lokesh Vutla
1 parent 9844e9a957

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 <vitalya@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/ti_armv7_keystone2.h
... ... @@ -259,7 +259,7 @@
259 259 "init_ramfs=run args_all args_ramfs get_fs_ramfs\0" \
260 260 "args_ramfs=setenv bootargs ${bootargs} " \
261 261 "rdinit=/sbin/init rw root=/dev/ram0 " \
262   - "initrd=0x808080000,9MM\0" \" \
  262 + "initrd=0x808080000,80MM\0" \" \
263 263 "no_post=1\0" \
264 264 "mtdparts=mtdparts=davinci_nand.0:" \
265 265 "1024k(bootloader)ro,512k(params)ro,-(ubifs)\0"