mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
small cleanup Meson64 (#7868)
This commit is contained in:
@@ -28,10 +28,6 @@ function fetch_sources_tools__libreelec_amlogic_fip() {
|
|||||||
# this family does not need it
|
# this family does not need it
|
||||||
ATF_COMPILE="no"
|
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.
|
# Set CPUMIN et al if not already set in the board config.
|
||||||
CPUMIN=${CPUMIN:-500000}
|
CPUMIN=${CPUMIN:-500000}
|
||||||
CPUMAX=${CPUMAX:-1536000}
|
CPUMAX=${CPUMAX:-1536000}
|
||||||
|
|||||||
@@ -35,19 +35,19 @@ family_tweaks() {
|
|||||||
|
|
||||||
uboot_custom_postprocess() {
|
uboot_custom_postprocess() {
|
||||||
if [[ $BOARD == lepotato ]]; then
|
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
|
fi
|
||||||
|
|
||||||
if [[ $BOARD == aml-c400-plus ]]; then
|
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
|
fi
|
||||||
|
|
||||||
if [[ $BOARD == aml-s9xx-box ]]; then
|
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
|
fi
|
||||||
|
|
||||||
if [[ $BOARD == khadas-vim1 ]]; then
|
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
|
fi
|
||||||
|
|
||||||
if [[ $BOARD == khadas-vim2 ]]; then
|
if [[ $BOARD == khadas-vim2 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user