Update meson-g12b.conf (#2389)

The mainline kernel is filling up logs about the ttyS0, it should be ttyaml0 on mainline as is inherited from meson64_common.inc, only overridden in case of legacy kernel.
This commit is contained in:
Tony 2020-11-30 02:05:21 -05:00 committed by GitHub
parent bf6a850707
commit 95e8b6de84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
source "${BASH_SOURCE%/*}/include/meson64_common.inc"
ASOUND_STATE="asound.state.meson64"
UBOOT_TARGET_MAP=';;sd_fuse/u-boot.bin'
SERIALCON=ttyS0
[[ ${BRANCH} == legacy ]] && SERIALCON=ttyS0
UBOOT_USE_GCC='< 4.9'
UBOOT_TOOLCHAIN2="arm-none-eabi-:< 5.0"
UBOOT_COMPILER="aarch64-none-elf-"

View File

@ -4,7 +4,7 @@ CPUMIN=667000
CPUMAX=2100000
GOVERNOR=ondemand
[[ $BRANCH == legacy ]] && SERIALCON=ttyS0
[[ ${BRANCH} == legacy ]] && SERIALCON=ttyS0
family_tweaks()
{