mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
imx: Add u-boot-with-spl.imx make target
This image combines the SPL with the i.MX header and U-Boot. This is a convenient way of having a single image to program on some boot devices. The i.MX header has to be added to the SPL before appending U-Boot, so that the boot ROM loads only the SPL. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
This commit is contained in:
committed by
Albert ARIBAUD
parent
600ed32152
commit
ba5976092f
1
.gitignore
vendored
1
.gitignore
vendored
@@ -30,6 +30,7 @@
|
||||
/u-boot
|
||||
/u-boot.hex
|
||||
/u-boot.imx
|
||||
/u-boot-with-spl.imx
|
||||
/u-boot.map
|
||||
/u-boot.srec
|
||||
/u-boot.ldr
|
||||
|
Reference in New Issue
Block a user