blob: 51e8ba618b98334bbff65489bb54c726416bc5df [file] [log] [blame]
Igor Opaniuk14d5aef2020-01-28 14:42:25 +01001if TARGET_VERDIN_IMX8MM
2
3config SYS_BOARD
4 default "verdin-imx8mm"
5
6config SYS_VENDOR
7 default "toradex"
8
9config SYS_CONFIG_NAME
10 default "verdin-imx8mm"
11
12config TDX_CFG_BLOCK
13 default y
14
Igor Opaniuk306ecc82020-07-15 13:30:59 +030015config TDX_CFG_BLOCK_EXTRA
16 default y
17
Igor Opaniuk14d5aef2020-01-28 14:42:25 +010018config TDX_HAVE_MMC
19 default y
20
Igor Opaniuk306ecc82020-07-15 13:30:59 +030021config TDX_HAVE_EEPROM_EXTRA
22 default y
23
Igor Opaniuk14d5aef2020-01-28 14:42:25 +010024config TDX_CFG_BLOCK_DEV
25 default "0"
26
27config TDX_CFG_BLOCK_PART
28 default "1"
29
30# Toradex config block in eMMC, at the end of 1st "boot sector"
31config TDX_CFG_BLOCK_OFFSET
32 default "-512"
33
Tom Rini148b8bb2021-08-24 20:41:00 -040034config IMX_CONFIG
35 default "board/toradex/verdin-imx8mm/imximage.cfg"
36
Igor Opaniuk14d5aef2020-01-28 14:42:25 +010037source "board/toradex/common/Kconfig"
38
39endif