Set default SERIALCON value for rockchip64 based on branch
This commit is contained in:
parent
bbd283fe76
commit
498ce1f67f
@ -6,7 +6,7 @@ BOOTENV_FILE='rockchip-default.txt'
|
|||||||
UBOOT_TARGET_MAP=";;idbloader.bin uboot.img trust.bin"
|
UBOOT_TARGET_MAP=";;idbloader.bin uboot.img trust.bin"
|
||||||
BOOTDELAY=0
|
BOOTDELAY=0
|
||||||
OVERLAY_PREFIX='rockchip'
|
OVERLAY_PREFIX='rockchip'
|
||||||
SERIALCON=${SERIALCON:-'ttyFIQ0:1500000'}
|
SERIALCON=${SERIALCON:=$([ $BRANCH == "legacy" ] && echo "ttyFIQ0:1500000" || echo "ttyS2:1500000")}
|
||||||
GOVERNOR="ondemand"
|
GOVERNOR="ondemand"
|
||||||
CPUMAX="2016000"
|
CPUMAX="2016000"
|
||||||
CPUMIN="600000"
|
CPUMIN="600000"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user