13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com
|
||
|
#
|
||
|
# This file is a part of the Armbian Build Framework
|
||
|
# https://github.com/armbian/build/
|
||
|
#
|
||
|
source "${BASH_SOURCE%/*}/include/sunxi_common.inc"
|
||
|
OVERLAY_PREFIX='sun5i-a13'
|
||
|
[[ -z $CPUMIN ]] && CPUMIN=480000
|
||
|
[[ -z $CPUMAX ]] && CPUMAX=1010000
|