imx6: aristainetos: remove 2b version
[oweals/u-boot.git] / board / aristainetos / common / Kconfig
1 config BOARDNAME
2         string "name of the board"
3         help
4           set the name of the board.
5
6 config SYS_BOARD_VERSION
7         int "select version of aristainetos board"
8         help
9           version of aristainetos board version
10           2 version 2
11
12 config SYS_I2C_MXC_I2C1
13         default y
14
15 config SYS_I2C_MXC_I2C2
16         default y
17
18 config SYS_I2C_MXC_I2C3
19         default y
20
21 config SYS_I2C_MXC_I2C4
22         default y
23
24 config SYS_MALLOC_LEN
25         default 0x4000000
26
27 config ENV_SIZE
28         default 0x3000
29
30 config ENV_SECT_SIZE
31         default 0x10000
32
33 config ENV_OFFSET
34         default 0xd0000
35
36 config SYS_CONFIG_NAME
37         default "aristainetos2"