diff options
author | Pragnesh Patel <pragnesh.patel@sifive.com> | 2020-05-29 11:33:34 +0530 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2020-06-04 09:44:09 +0800 |
commit | 7c45fc9870ad7cb3f4516e39454c3e75ab0c4cfb (patch) | |
tree | df338133e8def1152c763175f6c428442fee873f /board/sifive | |
parent | 25d0853fcbf96a26061354231de1a3c4417623d9 (diff) | |
download | u-boot-7c45fc9870ad7cb3f4516e39454c3e75ab0c4cfb.zip u-boot-7c45fc9870ad7cb3f4516e39454c3e75ab0c4cfb.tar.gz u-boot-7c45fc9870ad7cb3f4516e39454c3e75ab0c4cfb.tar.bz2 |
riscv: cpu: fu540: Add support for cpu fu540
Add SiFive fu540 cpu to support RISC-V arch
Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/sifive')
-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 d41c305..eb5ba31 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" |