ARM: da850evm: Split MTDPARTS into SPL and u-boot
authorAdam Ford <aford173@gmail.com>
Fri, 26 Jul 2019 22:53:45 +0000 (17:53 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 31 Jul 2019 17:08:07 +0000 (13:08 -0400)
commitef97842b43efe98fcfa251b668b52e82ed1e5ff7
tree0388bbdad2f56277062f973ffabe1bcd5f1b2d10
parent914694d6a90cac6eeefea9106408112e0c026adc
ARM: da850evm: Split MTDPARTS into SPL and u-boot

The MTDPARTS currently lists just u-boot.ais as 512k in size.
This works when loading the ais file via serial port, but if one
wanted to update just the u-boot portion, it's not really possible.
This patch splits the MTDPARTS into a 32k SPL partiion and a 480k
u-boot partition which allows u-boot.img to be burned to the u-boot
partition.  The remaining partitions are left with the same sizes
and offsets to not break backwards compatibility.

Signed-off-by: Adam Ford <aford173@gmail.com>
configs/da850evm_defconfig