Rick Chen | 7885ea8 | 2017-12-26 13:55:53 +0800 | [diff] [blame] | 1 | if TARGET_NX25_AE250 |
2 | |||||
3 | config SYS_CPU | ||||
4 | default "nx25" | ||||
5 | |||||
6 | config SYS_BOARD | ||||
7 | default "nx25-ae250" | ||||
8 | |||||
9 | config SYS_VENDOR | ||||
10 | default "AndesTech" | ||||
11 | |||||
12 | config SYS_SOC | ||||
13 | default "ae250" | ||||
14 | |||||
15 | config SYS_CONFIG_NAME | ||||
16 | default "nx25-ae250" | ||||
17 | |||||
18 | config ENV_SIZE | ||||
19 | default 0x2000 if ENV_IS_IN_SPI_FLASH | ||||
20 | |||||
21 | config ENV_OFFSET | ||||
22 | default 0x140000 if ENV_IS_IN_SPI_FLASH | ||||
23 | |||||
24 | endif |