commit | 6d1bcbf7450e87ec26da1d3cf5cc91220bd1c1cc | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Fri Mar 05 21:05:45 2021 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Apr 08 08:50:47 2021 +0200 |
tree | 1d5fb8a2c2bb6e59128328316d657669a6bfdee4 | |
parent | e91d688a1b4688baae149582694802cc1f175420 [diff] |
arm: mvebu: ds414: Add sample u-boot update command Call 'run update_uboot' to fetch u-boot-spl.kwb via TFTP and write it into the correct SPI flash location. The latter's size is defined in DS414's DTB file, so hard-coding it should be acceptable here. Take care to not append garbage from RAM to the written image and to stay within assigned flash boundaries even if an oversized image was fetched. Signed-off-by: Phil Sutter <phil@nwl.cc>