mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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
|
# no-op, use vendor booloader
|
||||||
;;
|
;;
|
||||||
|
|
||||||
khadas-vim3*)
|
khadas-vim3*|odroid-c4)
|
||||||
if [ "$UBOOT_SYSTEM" = "khadas-vim3" ]; then
|
if [ "$UBOOT_SYSTEM" = "khadas-vim3" ]; then
|
||||||
AML_ENCRYPT_BIN="aml_encrypt_g12b"
|
AML_ENCRYPT_BIN="aml_encrypt_g12b"
|
||||||
else
|
else
|
||||||
AML_ENCRYPT_BIN="aml_encrypt_g12a"
|
AML_ENCRYPT_BIN="aml_encrypt_g12a"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp $FIPDIR/bl301.bin $DESTDIR/
|
cp $FIPDIR/bl301.bin $DESTDIR/
|
||||||
cp $FIPDIR/acs.bin $DESTDIR/
|
cp $FIPDIR/acs.bin $DESTDIR/
|
||||||
cp $FIPDIR/aml_ddr.fw $DESTDIR/
|
cp $FIPDIR/aml_ddr.fw $DESTDIR/
|
||||||
@ -253,4 +254,3 @@ fi
|
|||||||
if find_file_path bootloader/${UBOOT_SYSTEM}.ini; then
|
if find_file_path bootloader/${UBOOT_SYSTEM}.ini; then
|
||||||
cp -av ${FOUND_PATH} $INSTALL/usr/share/bootloader/boot.ini
|
cp -av ${FOUND_PATH} $INSTALL/usr/share/bootloader/boot.ini
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user