diff options
author | Tom Rini | 2020-08-25 08:18:50 -0400 |
---|---|---|
committer | Tom Rini | 2020-08-25 08:18:50 -0400 |
commit | 078656186f1037894c45682ca74d0921de8a7010 (patch) | |
tree | 20a323869e7d79f9da8996259066c7446beb292a /board | |
parent | 8ee3a24fdc237c76cead618a173740594287dd96 (diff) | |
parent | c92b50a44b95e706b9c0c97544bd7504fe6d36e9 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
- Sipeed Maix support S-mode.
- Provide command sbi.
- Use fdtdec_get_addr_size_auto_parent to get fu540 cache base address.
- Fix a compiler error with CONFIG_SPL_SMP=n.
- Fix sifive ram driver 32 compiler warnings.
- Fix kendryte/pll.h redefine nop() warning.
Diffstat (limited to 'board')
-rw-r--r-- | board/sipeed/maix/MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sipeed/maix/MAINTAINERS b/board/sipeed/maix/MAINTAINERS index e7bb9ec4330..0778af7a552 100644 --- a/board/sipeed/maix/MAINTAINERS +++ b/board/sipeed/maix/MAINTAINERS @@ -4,7 +4,7 @@ S: Maintained F: arch/riscv/dts/k210.dtsi F: arch/riscv/dts/k210-maix-bit.dts F: board/sipeed/maix/ -F: configs/sipeed_maix_bitm_defconfig +F: configs/sipeed_maix*_defconfig F: doc/board/sipeed/ F: include/configs/sipeed-maix.h F: include/dt-bindings/*/k210-sysctl.h |