We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7ccfd commit d55c220Copy full SHA for d55c220
1 file changed
config/boards/bananapif3.conf
@@ -18,6 +18,8 @@ function post_config_uboot_target__extra_configs_for_bananapi_f3() {
18
run_host_command_logged scripts/config --enable CONFIG_EXT4_WRITE
19
run_host_command_logged scripts/config --enable CONFIG_FS_BTRFS
20
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"
23
}
24
25
function post_family_tweaks_bsp__bananapi_f3_extras() {
0 commit comments