arm: mxs: fix comments in arch_cpu_init to match the code
[oweals/u-boot.git] / board / AndesTech / ax25-ae350 / Kconfig
1 if TARGET_AX25_AE350
2
3 config SYS_CPU
4         default "ax25"
5
6 config SYS_BOARD
7         default "ax25-ae350"
8
9 config SYS_VENDOR
10         default "AndesTech"
11
12 config SYS_SOC
13         default "ae350"
14
15 config SYS_CONFIG_NAME
16         default "ax25-ae350"
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 config SPL_TEXT_BASE
25         default 0x800000
26
27 config SPL_OPENSBI_LOAD_ADDR
28         default 0x01000000
29
30 config BOARD_SPECIFIC_OPTIONS # dummy
31         def_bool y
32         select RISCV_NDS
33         select SUPPORT_SPL
34         imply SMP
35         imply SPL_RAM_SUPPORT
36         imply SPL_RAM_DEVICE
37
38 endif