1if 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
25