fix start u-boot for nanopi-k2

This commit is contained in:
Oleg Ivanov 2019-10-12 12:06:00 +03:00
parent 31a043670c
commit f0acce757a

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
;;
*)