diff options
| author | Vitaly Andrianov <[email protected]> | 2015-08-04 11:16:16 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-08-13 07:19:35 -0400 |
| commit | f06b454b1c4420d1698fa1c62b8dd0bab060b691 (patch) | |
| tree | ffd9f98736603e294a184de29ad3d260006dabc1 /include | |
| parent | 1ee5dea34eba4fdc848526e62110ea6077e53d20 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ti_armv7_keystone2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 8a2f8651a8a..b4415906350 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -255,7 +255,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" |
