diff options
| author | Pragnesh Patel <[email protected]> | 2020-05-29 11:33:34 +0530 |
|---|---|---|
| committer | Andes <[email protected]> | 2020-06-04 09:44:09 +0800 |
| commit | 7c45fc9870ad7cb3f4516e39454c3e75ab0c4cfb (patch) | |
| tree | df338133e8def1152c763175f6c428442fee873f /board | |
| parent | 25d0853fcbf96a26061354231de1a3c4417623d9 (diff) | |
riscv: cpu: fu540: Add support for cpu fu540
Add SiFive fu540 cpu to support RISC-V arch
Signed-off-by: Pragnesh Patel <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Tested-by: Jagan Teki <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/sifive/fu540/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index d41c3052275..eb5ba3123d4 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -7,7 +7,7 @@ config SYS_VENDOR default "sifive" config SYS_CPU - default "generic" + default "fu540" config SYS_CONFIG_NAME default "sifive-fu540" |
