amlogic: add odroid-hc4 to bootloader/install

This commit is contained in:
Christian Hewitt 2021-01-29 14:22:18 +00:00
parent 10e9cd6b6d
commit c37dbdd8e8

View File

@ -13,7 +13,7 @@ case "${UBOOT_SYSTEM}" in
# no-op, use vendor booloader
;;
khadas-vim3*|odroid-c4)
khadas-vim3*|odroid-c4|odroid-hc4)
if [ "$UBOOT_SYSTEM" = "khadas-vim3" ]; then
AML_ENCRYPT_BIN="aml_encrypt_g12b"
else