1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
if TARGET_BANANAPI_F3 config SYS_BOARD default "bananapi-f3" config SYS_VENDOR default "spacemit" config SYS_CPU default "k1" config SYS_CONFIG_NAME default "bananapi-f3" config TEXT_BASE default 0x00200000 config SPL_OPENSBI_LOAD_ADDR default 0x00000000 config BOARD_SPECIFIC_OPTIONS def_bool y select SPACEMIT_K1 endif