armbian-build/config/sources/families/meson-gxl.conf
2020-02-07 22:21:01 +01:00

25 lines
427 B
Plaintext

source "${BASH_SOURCE%/*}/include/meson64_common.inc"
if [[ $BOARD == lafrite ]]; then
UBOOT_TARGET_MAP="u-boot-dtb.img;;u-boot.bin:u-boot.bin u-boot-dtb.img"
fi
family_tweaks()
{
:
}
uboot_custom_postprocess()
{
if [[ $BOARD == lepotato ]]; then
uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ gxl
fi
if [[ $BOARD == kvim1 ]]; then
uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ vim1
fi
}