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
