]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/andestech/ae350/Kconfig
andes: Unify naming policy for Andes related source
[thirdparty/u-boot.git] / board / andestech / ae350 / Kconfig
CommitLineData
b68bf22f 1if TARGET_ANDES_AE350
7885ea85
RC
2
3config SYS_CPU
2b8dc36b 4 default "andes"
7885ea85
RC
5
6config SYS_BOARD
8900e2bb 7 default "ae350"
7885ea85
RC
8
9config SYS_VENDOR
2b8dc36b 10 default "andestech"
7885ea85
RC
11
12config SYS_SOC
28c6cf26 13 default "ae350"
7885ea85
RC
14
15config SYS_CONFIG_NAME
8900e2bb 16 default "ae350"
7885ea85
RC
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
cd61e86e
RC
24config SPL_TEXT_BASE
25 default 0x800000
26
27config SPL_OPENSBI_LOAD_ADDR
c5740bc1 28 default 0x00000000
cd61e86e 29
14b48175
TR
30config SYS_FDT_BASE
31 hex
32 default 0x800f0000 if OF_SEPARATE
33
44fe795c
BM
34config BOARD_SPECIFIC_OPTIONS # dummy
35 def_bool y
2b8dc36b 36 select RISCV_ANDES
cd61e86e 37 select SUPPORT_SPL
cc269e1c 38 select BINMAN if SPL
076b8458 39 imply SMP
cd61e86e
RC
40 imply SPL_RAM_SUPPORT
41 imply SPL_RAM_DEVICE
b277a95c 42 imply OF_HAS_PRIOR_STAGE
44fe795c 43
7885ea85 44endif