blob: e26de5144d6812aba69024f9365b8f69102af181 [file] [log] [blame]
Heiko Schocher219913c2019-12-01 11:23:06 +01001config SYS_BOARD_VERSION
2 int "select version of aristainetos board"
3 help
4 version of aristainetos board version
5 2 version 2
Heiko Schocher57c4aad2019-12-01 11:23:30 +01006 3 version 2b
Heiko Schocherfbe7e2f2019-12-01 11:23:31 +01007 4 version 2bcsl
Heiko Schocher74758a92019-12-01 11:23:32 +01008 5 version 2c
Heiko Schocher219913c2019-12-01 11:23:06 +01009
10config SYS_I2C_MXC_I2C1
11 default y
12
13config SYS_I2C_MXC_I2C2
14 default y
15
16config SYS_I2C_MXC_I2C3
17 default y
18
19config SYS_I2C_MXC_I2C4
20 default y
21
22config SYS_MALLOC_LEN
23 default 0x4000000
24
25config ENV_SIZE
26 default 0x3000
27
28config ENV_SECT_SIZE
29 default 0x10000
30
31config ENV_OFFSET
32 default 0xd0000
33
34config SYS_CONFIG_NAME
35 default "aristainetos2"