Skip to content

Commit d55c220

Browse files
committed
SpacemiT: Decrease BPI-F3 u-boot log level
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
1 parent 3f7ccfd commit d55c220

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/boards/bananapif3.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ function post_config_uboot_target__extra_configs_for_bananapi_f3() {
1818
run_host_command_logged scripts/config --enable CONFIG_EXT4_WRITE
1919
run_host_command_logged scripts/config --enable CONFIG_FS_BTRFS
2020
run_host_command_logged scripts/config --enable CONFIG_CMD_BTRFS
21+
run_host_command_logged scripts/config --enable CONFIG_SPI_FLASH_USE_4K_SECTORS
22+
declare -g UBOOT_LOGLEVEL="1"
2123
}
2224

2325
function post_family_tweaks_bsp__bananapi_f3_extras() {

0 commit comments

Comments
 (0)