From f0acce757afecb9b4d4b79822dc3161b36f42664 Mon Sep 17 00:00:00 2001 From: Oleg Ivanov Date: Sat, 12 Oct 2019 12:06:00 +0300 Subject: [PATCH] fix start u-boot for nanopi-k2 --- projects/Amlogic/bootloader/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Amlogic/bootloader/install b/projects/Amlogic/bootloader/install index 902213dbdf..8f5690e3b9 100644 --- a/projects/Amlogic/bootloader/install +++ b/projects/Amlogic/bootloader/install @@ -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 ;; *)