https://www.cnx-software.com/2020/04/23/50-odroid-c4-raspberry-pi-4-competitor-combines-amlogic-s905x3-soc-with-4gb-ram/#comment-572445
18 lines
272 B
Plaintext
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
|
|
}
|