pmaports/device/testing/device-samsung-starqltechn/bootscript.sh
Dzmitry Sankouski 53a5a7a836
device/testing/starqltechn: u-boot: fix FIT image (MR 5090)
- increase memory for bootm command to 0x5000000
- change initramfs and fdt loading addresses to
leave more space for kernel decompression and loading
2024-05-02 20:46:25 +00:00

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