53a5a7a836
- increase memory for bootm command to 0x5000000 - change initramfs and fdt loading addresses to leave more space for kernel decompression and loading
6 lines
243 B
Bash
6 lines
243 B
Bash
# FIXME: Console enabled to workaround a race condition with display initialisation
|
|
# See https://gitlab.freedesktop.org/drm/msm/-/issues/46
|
|
setenv bootargs 'console=ttyMSM0,115200'
|
|
setenv bootm_size 0x5000000
|
|
|
|
bootm $prevbl_initrd_start_addr
|