small cleanup Meson64 (#7868)

This commit is contained in:
Tony
2025-02-23 21:54:39 -05:00
committed by GitHub
parent 86691d17e4
commit ffe959bb18
2 changed files with 4 additions and 8 deletions

View File

@@ -28,10 +28,6 @@ function fetch_sources_tools__libreelec_amlogic_fip() {
# this family does not need it
ATF_COMPILE="no"
if [[ $BOARD == lafrite ]]; then
UBOOT_TARGET_MAP="u-boot-dtb.img;;u-boot.bin:u-boot.bin u-boot-dtb.img"
fi
# Set CPUMIN et al if not already set in the board config.
CPUMIN=${CPUMIN:-500000}
CPUMAX=${CPUMAX:-1536000}

View File

@@ -35,19 +35,19 @@ family_tweaks() {
uboot_custom_postprocess() {
if [[ $BOARD == lepotato ]]; then
uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ gxl
uboot_gxl_postprocess_ng $SRC/cache/sources/amlogic-boot-fip/lepotato
fi
if [[ $BOARD == aml-c400-plus ]]; then
uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ gxl
uboot_gxl_postprocess_ng $SRC/cache/sources/amlogic-boot-fip/p212
fi
if [[ $BOARD == aml-s9xx-box ]]; then
uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ gxl
uboot_gxl_postprocess_ng $SRC/cache/sources/amlogic-boot-fip/p212
fi
if [[ $BOARD == khadas-vim1 ]]; then
uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ vim1
uboot_gxl_postprocess_ng $SRC/cache/sources/amlogic-boot-fip/khadas-vim
fi
if [[ $BOARD == khadas-vim2 ]]; then