mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
Add Sophgo cv1800b SoC to support RISC-V arch. Signed-off-by: Kongyang Liu <seashell11234455@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
29 lines
360 B
Plaintext
29 lines
360 B
Plaintext
if TARGET_MILKV_DUO
|
|
|
|
config SYS_BOARD
|
|
default "milkv_duo"
|
|
|
|
config SYS_VENDOR
|
|
default "sophgo"
|
|
|
|
config SYS_CPU
|
|
default "cv1800b"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "milkv_duo"
|
|
|
|
config TEXT_BASE
|
|
default 0x80200000
|
|
|
|
config ENV_SIZE
|
|
default 0x20000
|
|
|
|
config ENV_SECT_SIZE
|
|
default 0x40000
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select SOPHGO_CV1800B
|
|
|
|
endif
|