diff options
| author | Heinrich Schuchardt <[email protected]> | 2023-09-17 13:47:30 +0200 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2023-09-20 21:05:14 +0800 |
| commit | 64fd30d367a1d5e33dbcbc2d017ca0431242155c (patch) | |
| tree | c8cfb0b271eda204e345b151574c87e4c1c801dc /tools/Makefile | |
| parent | 98d17450cd4b008310351616e8a1897544713ffe (diff) | |
tools: mkimage: Add StarFive SPL image support
The StarFive JH7110 base boards require a header to be prefixed to the SPL
binary image. This has previously done with a vendor tool 'spl_tool'
published under a GPL-2-or-later license. Integrate this capability into
mkimage.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Tested-by: Chanho Park <[email protected]>
Tested-by: Milan P. Stanić <[email protected]>
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3d0c4b0dd6a..1aa1e36137b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -123,6 +123,7 @@ dumpimage-mkimage-objs := aisimage.o \ pblimage.o \ pbl_crc32.o \ renesas_spkgimage.o \ + sfspl.o \ vybridimage.o \ stm32image.o \ $(ROCKCHIP_OBS) \ |
