blob: 2fb3234bad41946dc7dcbcf4f3764436d6628803 [file] [log] [blame]
Rick Chen7885ea82017-12-26 13:55:53 +08001if TARGET_NX25_AE250
2
3config SYS_CPU
4 default "nx25"
5
6config SYS_BOARD
7 default "nx25-ae250"
8
9config SYS_VENDOR
10 default "AndesTech"
11
12config SYS_SOC
13 default "ae250"
14
15config SYS_CONFIG_NAME
16 default "nx25-ae250"
17
18config ENV_SIZE
19 default 0x2000 if ENV_IS_IN_SPI_FLASH
20
21config ENV_OFFSET
22 default 0x140000 if ENV_IS_IN_SPI_FLASH
23
24endif