Small fix uboot_g12_postprocess

Prepping for N2 move to mainline I stumbled upon the missed variables when I tried to use this on g12b.

@igorpecovnik  or @superna9999 I just want a second set of eyes, I think it's obvious, but that's where I always make the mistakes.
This commit is contained in:
Tony 2020-05-11 00:01:02 -04:00 committed by GitHub
parent 4aa2b6bc83
commit 9a8e6d4515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ uboot_g12_postprocess()
--output bl2.n.bin.sig
if [ -e $1/lpddr3_1d.fw ]
then
$1/aml_encrypt_g12a --bootmk --output u-boot.bin \
$1/aml_encrypt_$2 --bootmk --output u-boot.bin \
--bl2 bl2.n.bin.sig \
--bl30 bl30_new.bin.enc \
--bl31 bl31.img.enc \
@ -127,7 +127,7 @@ uboot_g12_postprocess()
--ddrfw9 $1/lpddr3_1d.fw \
--level v3
else
$1/aml_encrypt_g12a --bootmk --output u-boot.bin \
$1/aml_encrypt_$2 --bootmk --output u-boot.bin \
--bl2 bl2.n.bin.sig \
--bl30 bl30_new.bin.enc \
--bl31 bl31.img.enc \