Merge pull request #3899 from 150balbes/fix-nanopi-k2-uboot

amlogic: fix start u-boot for nanopi-k2
This commit is contained in:
Christian Hewitt 2019-10-12 11:11:25 +02:00 committed by GitHub
commit 0669361084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ case "${UBOOT_SYSTEM}" in
cat $DESTDIR/bl2_new.bin $DESTDIR/fip.bin > $DESTDIR/boot_new.bin
$FIPDIR/gxb/aml_encrypt_gxb --bootsig --input $DESTDIR/boot_new.bin --output $DESTDIR/u-boot.bin.sd.bin
$FIPDIR/gxb/aml_encrypt_gxb --bootsig --input $DESTDIR/boot_new.bin --output $DESTDIR/u-boot.bin
;;
*)