blob: 3ce9885c122b1b0eccde5326a3b4061dcabc2afa [file] [log] [blame]
Stefan Agner31b1e172018-05-30 19:01:48 +02001if TARGET_COLIBRI_IMX6ULL
2
3config SYS_BOARD
4 default "colibri-imx6ull"
5
6config SYS_VENDOR
7 default "toradex"
8
9config SYS_CONFIG_NAME
10 default "colibri-imx6ull"
11
12config TDX_CFG_BLOCK
13 default y
14
15config TDX_HAVE_NAND
16 default y
17
18config TDX_CFG_BLOCK_OFFSET
19 default "2048"
20
21config TDX_CFG_BLOCK_OFFSET2
22 default "133120"
23
24config TDX_CFG_BLOCK_2ND_ETHADDR
25 default y
26
27source "board/toradex/common/Kconfig"
28
29endif