diff options
author | Leo Yu-Chi Liang | 2023-02-14 20:42:49 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang | 2023-02-17 19:07:48 +0800 |
commit | 8900e2bbecd021b16eee7c344cd6ca0e1ee901f3 (patch) | |
tree | e58677bfd533bfc4d9e95a69603f444ae6d84fae /configs/ae350_rv32_spl_xip_defconfig | |
parent | da24626d147cdd04e84f88c0196a0131fa22cee7 (diff) |
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_xip_defconfig')
-rw-r--r-- | configs/ae350_rv32_spl_xip_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ae350_rv32_spl_xip_defconfig b/configs/ae350_rv32_spl_xip_defconfig index a076b778342..e59ba0c38a9 100644 --- a/configs/ae350_rv32_spl_xip_defconfig +++ b/configs/ae350_rv32_spl_xip_defconfig @@ -9,7 +9,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_SPL_XIP=y CONFIG_DISTRO_DEFAULTS=y |