Re: [PATCH 1/1] Makefile: pass KEYDIR when set to sunxi-spl.bin mkimage

2025-07-01 Thread James Hilliard
On Fri, Apr 11, 2025 at 4:10 AM James Hilliard wrote: > > Currently we pass this for u-boot-spl.kwb targets, however when > building sunxi-spl.bin in the TOC0 format we may also need to > specify a KEYDIR, as such we should also pass this when set > to mkimage for the sunxi-spl.bin target. > > Sig

[PATCH 1/1] Makefile: pass KEYDIR when set to sunxi-spl.bin mkimage

2025-04-11 Thread James Hilliard
Currently we pass this for u-boot-spl.kwb targets, however when building sunxi-spl.bin in the TOC0 format we may also need to specify a KEYDIR, as such we should also pass this when set to mkimage for the sunxi-spl.bin target. Signed-off-by: James Hilliard --- scripts/Makefile.xpl | 3 ++- 1 fil