blob: 945a2c4df95a64b0983350b31d8b92727181b397 [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
Heiko Schocher5a0baf42020-11-30 20:46:02 +01005 5 version 2c and 2d
Heiko Schocher219913c2019-12-01 11:23:06 +01006
7config SYS_I2C_MXC_I2C1
8 default y
9
10config SYS_I2C_MXC_I2C2
11 default y
12
13config SYS_I2C_MXC_I2C3
14 default y
15
16config SYS_I2C_MXC_I2C4
17 default y
18
19config SYS_MALLOC_LEN
20 default 0x4000000
21
22config ENV_SIZE
23 default 0x3000
24
25config ENV_SECT_SIZE
26 default 0x10000
27
28config ENV_OFFSET
29 default 0xd0000
30
31config SYS_CONFIG_NAME
32 default "aristainetos2"