armbian-build/config/sources/families/meson-sm1.conf

18 lines
272 B
Plaintext

source "${BASH_SOURCE%/*}/include/meson64_common.inc"
CPUMIN=667000
CPUMAX=2016000
GOVERNOR=ondemand
family_tweaks()
{
:
}
uboot_custom_postprocess()
{
if [[ $BOARD == odroidc4 ]]; then
uboot_g12_postprocess $SRC/cache/sources/amlogic-boot-fip/odroid-c4 g12a
fi
}