]> git.sur5r.net Git - u-boot/blob - board/toradex/colibri_t20/Kconfig
xyz-modem: va_start() must be matched by va_end()
[u-boot] / board / toradex / colibri_t20 / Kconfig
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
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
23 endif