blob: 8f2561415bef2ac61bcd3d3f9e4e0ab08cf78c65 [file] [log] [blame]
Heiko Schocher3882e6f2019-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 Schocher3882e6f2019-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"