25 lines
427 B
Plaintext
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
|
|
|
|
}
|