BigTreeTech CB1 config update

Changed maintainer to th current person
Switched board family to sun50iw9, removed legacy kernel target, removed
DEFAULT_CONSOLE
This commit is contained in:
JohnTheCoolingFan 2024-05-18 20:50:53 +03:00 committed by Igor
parent 77e6c9c8ef
commit d19f76efbe
1 changed files with 3 additions and 5 deletions

View File

@ -1,12 +1,10 @@
# Allwinner H616 quad core 512MB/1GB RAM SoC WiFi # Allwinner H616 quad core 512MB/1GB RAM SoC WiFi
BOARD_NAME="BigTreeTech CB1" BOARD_NAME="BigTreeTech CB1"
BOARDFAMILY="sun50iw9-btt" BOARDFAMILY="sun50iw9"
BOARD_MAINTAINER="bigtreetech" BOARD_MAINTAINER="JohnTheCoolingFan"
BOOTCONFIG="bigtreetech_cb1_defconfig" BOOTCONFIG="bigtreetech_cb1_defconfig"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0" SERIALCON="ttyS0"
KERNEL_TARGET="legacy,current,edge" KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="legacy"
FORCE_BOOTSCRIPT_UPDATE="yes" FORCE_BOOTSCRIPT_UPDATE="yes"
BOOTFS_TYPE="fat" BOOTFS_TYPE="fat"
BOOT_FS_LABEL="BOOT" BOOT_FS_LABEL="BOOT"