aboutsummaryrefslogtreecommitdiff
path: root/configs/ae350_rv32_spl_defconfig
diff options
context:
space:
mode:
authorLeo Yu-Chi Liang <ycliang@andestech.com>2023-02-14 20:42:49 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-02-17 19:07:48 +0800
commit8900e2bbecd021b16eee7c344cd6ca0e1ee901f3 (patch)
treee58677bfd533bfc4d9e95a69603f444ae6d84fae /configs/ae350_rv32_spl_defconfig
parentda24626d147cdd04e84f88c0196a0131fa22cee7 (diff)
downloadu-boot-8900e2bbecd021b16eee7c344cd6ca0e1ee901f3.zip
u-boot-8900e2bbecd021b16eee7c344cd6ca0e1ee901f3.tar.gz
u-boot-8900e2bbecd021b16eee7c344cd6ca0e1ee901f3.tar.bz2
riscv: Rename Andes cpu and board names
The current ae350-related defconfigs could also support newer Andes CPU IP, so modify the names of CPU from ax25 to andesv5, and board name from ax25-ae350 to ae350. Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Yu Chien Peter Lin <peterlin@andestech.com> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'configs/ae350_rv32_spl_defconfig')
-rw-r--r--configs/ae350_rv32_spl_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ae350_rv32_spl_defconfig b/configs/ae350_rv32_spl_defconfig
index 4d3623a..d61f7f5 100644
--- a/configs/ae350_rv32_spl_defconfig
+++ b/configs/ae350_rv32_spl_defconfig
@@ -8,7 +8,7 @@ CONFIG_SYS_PROMPT="RISC-V # "
CONFIG_SPL_SYS_MALLOC_F_LEN=0x100000
CONFIG_SPL=y
CONFIG_SYS_LOAD_ADDR=0x100000
-CONFIG_TARGET_AX25_AE350=y
+CONFIG_TARGET_AE350=y
CONFIG_RISCV_SMODE=y
# CONFIG_AVAILABLE_HARTS is not set
CONFIG_DISTRO_DEFAULTS=y