Lukasz Majewski | 010e58d | 2019-12-08 22:06:56 +0100 | [diff] [blame] | 1 | if TARGET_XEA |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "xea" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "liebherr" | ||||
8 | |||||
9 | config SYS_SOC | ||||
10 | default "mxs" | ||||
11 | |||||
12 | config SYS_CONFIG_NAME | ||||
13 | default "xea" | ||||
14 | |||||
15 | config ENV_SIZE | ||||
16 | default 0x2000 | ||||
17 | |||||
18 | config ENV_SECT_SIZE | ||||
19 | default 0x10000 if ENV_IS_IN_SPI_FLASH | ||||
20 | |||||
21 | config ENV_OFFSET | ||||
22 | default 0x80000 if ENV_IS_IN_SPI_FLASH | ||||
23 | |||||
24 | endif |