blob: 5428de464688a8123166075bf6c9b59ea97eebc4 [file] [log] [blame]
Lukasz Majewski010e58d2019-12-08 22:06:56 +01001if TARGET_XEA
2
3config SYS_BOARD
4 default "xea"
5
6config SYS_VENDOR
7 default "liebherr"
8
9config SYS_SOC
10 default "mxs"
11
12config SYS_CONFIG_NAME
13 default "xea"
14
15config ENV_SIZE
16 default 0x2000
17
18config ENV_SECT_SIZE
19 default 0x10000 if ENV_IS_IN_SPI_FLASH
20
21config ENV_OFFSET
22 default 0x80000 if ENV_IS_IN_SPI_FLASH
23
24endif