blob: d6cda7e3ff065c8ae3164106416777b8e0961ee8 [file] [log] [blame]
Igor Opaniukc87397f2020-10-22 11:21:38 +03001if TARGET_APALIS_IMX8X
2
3config SYS_BOARD
4 default "apalis-imx8x"
5
6config SYS_VENDOR
7 default "toradex"
8
9config SYS_CONFIG_NAME
10 default "apalis-imx8x"
11
12config TDX_CFG_BLOCK
13 default y
14
15config TDX_HAVE_MMC
16 default y
17
18config TDX_CFG_BLOCK_DEV
19 default "0"
20
21config TDX_CFG_BLOCK_PART
22 default "1"
23
24# Toradex config block in eMMC, at the end of 1st "boot sector"
25config TDX_CFG_BLOCK_OFFSET
26 default "-512"
27
Tom Rini57b93812021-08-24 20:41:00 -040028config IMX_CONFIG
29 default "board/toradex/apalis-imx8x/apalis-imx8x-imximage.cfg"
30
Igor Opaniukc87397f2020-10-22 11:21:38 +030031source "board/toradex/common/Kconfig"
32
33endif