diff options
| author | Joel Stanley <[email protected]> | 2022-06-29 16:35:23 +0930 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-06 14:32:00 -0400 |
| commit | 154cffa16a7b6647e180ed6cef55342b39580aff (patch) | |
| tree | 3b17fcd8a022b6fc81a7c370de43caa628cb22df /scripts/Kconfig.include | |
| parent | a16175350c3f1706c9bbfd8458c60ea6429034fc (diff) | |
ast2600: Configure u-boot-with-spl.bin target
The normal way of loading u-boot is as a FIT, so configure u-boot.img as
the SPL playload.
The u-boot-with-spl.bin target will add padding according to
CONFIG_SPL_MAX_SIZE which defaults to 64KB on the AST2600.
With this the following simple steps can be used to build and boot a
system:
make u-boot-with-spl.bin
truncate -s 64M u-boot-with-spl.bin
qemu-system-arm -nographic -M ast2600-evb \
-drive file=u-boot-with-spl.bin,if=mtd,format=raw
Reviewed-by: Cédric Le Goater <[email protected]>
Reviewed-by: Chia-Wei Wang <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
Diffstat (limited to 'scripts/Kconfig.include')
0 files changed, 0 insertions, 0 deletions
