Skip to content

device-samsung-starqltechn: FIT: increase memory for Linux

Dzmitry requested to merge dsankouski/pmaports:starqltechn_fit_fix into master

device-samsung-starqltechn: FIT: increase memory for Linux

Recent kernel occupies 47120384 bytes in uncompressed state,
which is more than reserved memory for kernel
0x80000000 - 0x82800000 (40M).
Shift FDT image to give more memory space (56M) to load Linux.

device-samsung-starqltechn: FIT: remove initrd load address

U-boot doesn't use initrd load address - it loads ramdisk image
at the end of bootm space. Remove inird load property.

Merge request reports

Loading