Skip to content

u-boot: spl-da: new fastboot buffer addr based on new malloc length

Julien Masson requested to merge jmasson/malloc into main

On U-Boot SPL the malloc address is set to 0x50000000 with length 0x18000000.

That means fastboot buffer address must be placed after that to avoid overlapping.

Merge request reports