Skip to content

Commit

Permalink
small cleanup Meson64 (#7868)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonymac32 authored Feb 24, 2025
1 parent 86691d1 commit ffe959b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions config/sources/families/include/meson64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
8 changes: 4 additions & 4 deletions config/sources/families/meson-gxl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffe959b

Please sign in to comment.