mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
amlogic: update bootloader/install for C4
This commit is contained in:
parent
95e3fe5010
commit
529da99f2c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user