amlogic: update bootloader/install for C4

This commit is contained in:
chewitt 2020-04-24 10:53:23 +00:00
parent 95e3fe5010
commit 529da99f2c

View File

@ -13,12 +13,13 @@ case "${UBOOT_SYSTEM}" in
# no-op, use vendor booloader
;;
khadas-vim3*)
khadas-vim3*|odroid-c4)
if [ "$UBOOT_SYSTEM" = "khadas-vim3" ]; then
AML_ENCRYPT_BIN="aml_encrypt_g12b"
else
AML_ENCRYPT_BIN="aml_encrypt_g12a"
fi
cp $FIPDIR/bl301.bin $DESTDIR/
cp $FIPDIR/acs.bin $DESTDIR/
cp $FIPDIR/aml_ddr.fw $DESTDIR/
@ -253,4 +254,3 @@ fi
if find_file_path bootloader/${UBOOT_SYSTEM}.ini; then
cp -av ${FOUND_PATH} $INSTALL/usr/share/bootloader/boot.ini
fi