blob: a15993e2deb30bba2f60189b628d8db8a5848a67 [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 Schocher1204b962019-12-01 11:23:30 +01006 3 version 2b
Heiko Schocher3882e6f2019-12-01 11:23:06 +01007
8config SYS_I2C_MXC_I2C1
9 default y
10
11config SYS_I2C_MXC_I2C2
12 default y
13
14config SYS_I2C_MXC_I2C3
15 default y
16
17config SYS_I2C_MXC_I2C4
18 default y
19
20config SYS_MALLOC_LEN
21 default 0x4000000
22
23config ENV_SIZE
24 default 0x3000
25
26config ENV_SECT_SIZE
27 default 0x10000
28
29config ENV_OFFSET
30 default 0xd0000
31
32config SYS_CONFIG_NAME
33 default "aristainetos2"