~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 83315d87577d7c534079e8cce0d04c5829ad08f6 (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
26
27
28
29
if TARGET_COLIBRI_VF

config SYS_BOARD
	default "colibri_vf"

config SYS_VENDOR
	default "toradex"

config SYS_CONFIG_NAME
	default "colibri_vf"

config TDX_CFG_BLOCK
	default y

config TDX_HAVE_NAND
	default y

config TDX_CFG_BLOCK_OFFSET
	default "2048"

config TDX_CFG_BLOCK_2ND_ETHADDR
	default y

config IMX_CONFIG
	default "board/toradex/colibri_vf/imximage.cfg"

source "board/toradex/common/Kconfig"

endif