summaryrefslogtreecommitdiff
path: root/board/spacemit/k1/Kconfig
blob: 1c615f89b64158c568351b83b3968706804fc7cb (plain)
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_SPACEMIT_K1

config SYS_BOARD
	default "k1"

config SYS_VENDOR
	default "spacemit"

config SYS_CPU
	default "k1"

config SYS_CONFIG_NAME
	default "k1"

config TEXT_BASE
	default 0x00200000

config SPL_OPENSBI_LOAD_ADDR
	default 0x00000000

config BOARD_SPECIFIC_OPTIONS
	def_bool y
	select SPACEMIT_K1

endif