BananaPi BPI-F3: Add loglevel=1 to cmdline

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
Patrick Yavitz
2025-08-11 06:59:58 -04:00
committed by c0rnelius
parent 1dee550888
commit e7b1c34909

View File

@@ -6,7 +6,7 @@ KERNEL_TARGET="current,edge"
BOOT_FDT_FILE="spacemit/k1-bananapi-f3.dtb" BOOT_FDT_FILE="spacemit/k1-bananapi-f3.dtb"
BOOTDELAY=1 BOOTDELAY=1
SRC_EXTLINUX="yes" SRC_EXTLINUX="yes"
SRC_CMDLINE="earlycon=sbi console=tty1 console=ttyS0,115200" SRC_CMDLINE="earlycon=sbi console=tty1 console=ttyS0,115200 loglevel=1"
PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools" PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools"
function post_config_uboot_target__extra_configs_for_bananapi_f3() { function post_config_uboot_target__extra_configs_for_bananapi_f3() {