blob: 321dd0cb10ff5d5454f3cd43e6866b27d0e209cf [file] [log] [blame]
Rick Chen28c6cf22018-05-29 10:06:42 +08001if TARGET_AX25_AE350
Rick Chen7885ea82017-12-26 13:55:53 +08002
3config SYS_CPU
Rick Chen28c6cf22018-05-29 10:06:42 +08004 default "ax25"
Rick Chen7885ea82017-12-26 13:55:53 +08005
6config SYS_BOARD
Rick Chen28c6cf22018-05-29 10:06:42 +08007 default "ax25-ae350"
Rick Chen7885ea82017-12-26 13:55:53 +08008
9config SYS_VENDOR
10 default "AndesTech"
11
12config SYS_SOC
Rick Chen28c6cf22018-05-29 10:06:42 +080013 default "ae350"
Rick Chen7885ea82017-12-26 13:55:53 +080014
15config SYS_CONFIG_NAME
Rick Chen28c6cf22018-05-29 10:06:42 +080016 default "ax25-ae350"
Rick Chen7885ea82017-12-26 13:55:53 +080017
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
Rick Chencd61e862019-11-14 13:52:22 +080024config SPL_TEXT_BASE
25 default 0x800000
26
27config SPL_OPENSBI_LOAD_ADDR
28 default 0x01000000
29
Bin Meng44fe7952018-12-12 06:12:28 -080030config BOARD_SPECIFIC_OPTIONS # dummy
31 def_bool y
32 select RISCV_NDS
Rick Chencd61e862019-11-14 13:52:22 +080033 select SUPPORT_SPL
Rick Chen076b8452019-04-02 15:56:44 +080034 imply SMP
Rick Chencd61e862019-11-14 13:52:22 +080035 imply SPL_RAM_SUPPORT
36 imply SPL_RAM_DEVICE
Bin Meng44fe7952018-12-12 06:12:28 -080037
Rick Chen7885ea82017-12-26 13:55:53 +080038endif