
1 Aug
2019
1 Aug
'19
5:36 a.m.
On Fri, Jul 26, 2019 at 05:53:45PM -0500, Adam Ford wrote:
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
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig index f7c679d3b5..234bc2c8cb 100644
Applied to u-boot/master, thanks!
--
Tom