mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix error in args for call aml_encrypt_gxl: incorrect path for bl2.n.bin.sig (#3228)
This commit is contained in:
@@ -244,7 +244,7 @@ uboot_gxl_postprocess_ng()
|
||||
--output bl2.n.bin.sig
|
||||
|
||||
$1/aml_encrypt_gxl --bootmk --output u-boot.bin \
|
||||
--bl2 $1/bl2.n.bin.sig \
|
||||
--bl2 bl2.n.bin.sig \
|
||||
--bl30 $1/bl30_new.bin.enc \
|
||||
--bl31 $1/bl31.img.enc \
|
||||
--bl33 bl33.bin.enc
|
||||
|
||||
Reference in New Issue
Block a user