Marcel Ziswiler | cad18b8 | 2015-03-26 01:31:54 +0100 | [diff] [blame] | 1 | if TARGET_COLIBRI_T20 |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "colibri_t20" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "toradex" | ||||
8 | |||||
9 | config SYS_CONFIG_NAME | ||||
10 | default "colibri_t20" | ||||
11 | |||||
Marcel Ziswiler | d92dee5 | 2016-11-16 17:49:23 +0100 | [diff] [blame] | 12 | config TDX_CFG_BLOCK |
13 | default y | ||||
14 | |||||
15 | config TDX_HAVE_NAND | ||||
16 | default y | ||||
17 | |||||
18 | config TDX_CFG_BLOCK_OFFSET | ||||
19 | default "3145728" | ||||
20 | |||||
21 | source "board/toradex/common/Kconfig" | ||||
22 | |||||
Marcel Ziswiler | cad18b8 | 2015-03-26 01:31:54 +0100 | [diff] [blame] | 23 | endif |