diff options
author | Tom Rini | 2023-10-05 13:26:44 -0400 |
---|---|---|
committer | Tom Rini | 2023-10-05 13:26:44 -0400 |
commit | be2abe73df58a35da9e8d5afb13fccdf1b0faa8e (patch) | |
tree | a41b676d6169cd846d33dcf18c8e8c6ea181784c /configs/ae350_rv32_defconfig | |
parent | cb59d23584a7a0f2431025a56f4938d424c49ca5 (diff) | |
parent | 7cfdacbe8020292845bd5eba63b576b8586c433c (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
+ ae350: modify memory layout and target name
+ ae350: use generic RISC-V timer driver in S-mode
+ Support bootstage report for RISC-V
+ Support C extension exception command for RISC-V
+ Add Starfive timer support
Diffstat (limited to 'configs/ae350_rv32_defconfig')
-rw-r--r-- | configs/ae350_rv32_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ae350_rv32_defconfig b/configs/ae350_rv32_defconfig index ce312a65341..8269b8d6556 100644 --- a/configs/ae350_rv32_defconfig +++ b/configs/ae350_rv32_defconfig @@ -8,7 +8,8 @@ CONFIG_ENV_SECT_SIZE=0x1000 CONFIG_DEFAULT_DEVICE_TREE="ae350_32" CONFIG_SYS_MONITOR_LEN=786432 CONFIG_SYS_LOAD_ADDR=0x100000 -CONFIG_TARGET_AE350=y +CONFIG_TARGET_ANDES_AE350=y +CONFIG_FIT=y CONFIG_SYS_MONITOR_BASE=0x88000000 CONFIG_FIT=y CONFIG_DISTRO_DEFAULTS=y |