Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 1 | if TARGET_COLIBRI_IMX8X |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "colibri-imx8x" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "toradex" |
| 8 | |
| 9 | config SYS_CONFIG_NAME |
| 10 | default "colibri-imx8x" |
| 11 | |
| 12 | config TDX_CFG_BLOCK |
| 13 | default y |
| 14 | |
| 15 | config TDX_HAVE_MMC |
| 16 | default y |
| 17 | |
| 18 | config TDX_CFG_BLOCK_DEV |
| 19 | default "0" |
| 20 | |
| 21 | config TDX_CFG_BLOCK_PART |
| 22 | default "1" |
| 23 | |
| 24 | # Toradex config block in eMMC, at the end of 1st "boot sector" |
| 25 | config TDX_CFG_BLOCK_OFFSET |
| 26 | default "-512" |
| 27 | |
Tom Rini | 57b9381 | 2021-08-24 20:41:00 -0400 | [diff] [blame] | 28 | config IMX_CONFIG |
| 29 | default "board/toradex/colibri-imx8x/colibri-imx8x-imximage.cfg" |
| 30 | |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 31 | source "board/toradex/common/Kconfig" |
| 32 | |
| 33 | endif |