diff options
| author | Tom Rini <[email protected]> | 2023-10-05 13:26:44 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-05 13:26:44 -0400 |
| commit | be2abe73df58a35da9e8d5afb13fccdf1b0faa8e (patch) | |
| tree | a41b676d6169cd846d33dcf18c8e8c6ea181784c /board | |
| 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 'board')
| -rw-r--r-- | board/AndesTech/ae350/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/AndesTech/ae350/Kconfig b/board/AndesTech/ae350/Kconfig index 75815bf99aa..a85e7d63517 100644 --- a/board/AndesTech/ae350/Kconfig +++ b/board/AndesTech/ae350/Kconfig @@ -1,4 +1,4 @@ -if TARGET_AE350 +if TARGET_ANDES_AE350 config SYS_CPU default "andesv5" |
