blob: f16f9d27022616fee55cf3d2accaa55450910380 [file] [log] [blame]
Marcel Ziswiler475ceff2019-05-31 19:00:20 +03001if TARGET_APALIS_IMX8
2
3config SYS_BOARD
4 default "apalis-imx8"
5
6config SYS_VENDOR
7 default "toradex"
8
9config SYS_CONFIG_NAME
10 default "apalis-imx8"
11
12config TDX_CFG_BLOCK
13 default y
14
Andrejs Cainikovs5890fe92023-01-17 15:29:11 +010015config TDX_CFG_BLOCK_2ND_ETHADDR
16 default y
17
Marcel Ziswiler475ceff2019-05-31 19:00:20 +030018config TDX_HAVE_MMC
19 default y
20
21config TDX_CFG_BLOCK_DEV
22 default "0"
23
24config TDX_CFG_BLOCK_PART
25 default "1"
26
27# Toradex config block in eMMC, at the end of 1st "boot sector"
28config TDX_CFG_BLOCK_OFFSET
29 default "-512"
30
Tom Rini57b93812021-08-24 20:41:00 -040031config IMX_CONFIG
32 default "board/toradex/apalis-imx8/apalis-imx8-imximage.cfg"
33
Marcel Ziswiler475ceff2019-05-31 19:00:20 +030034source "board/toradex/common/Kconfig"
35
36endif