
Hi Tom,
The following changes since commit 52207514ba419a69a8105d16997b025f966c8879:
Merge branch '2021-11-05-Kconfig-syncs' (2021-11-05 15:38:46 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-riscv.git
for you to fetch changes up to 990e1e4beae546ddc9c50854c0588d1bea494cd2:
Fix syntax error (2021-11-08 15:35:55 +0800)
CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/9775
---------------------------------------------------------------- Heinrich Schuchardt (2): riscv: function to retrieve SBI implementation version cmd: sbi: show SBI implementation version
Leo Yu-Chi Liang (2): riscv: ae350: Use #if defined instead of CONFIG_IS_ENABLED Fix syntax error
Wei Fu (1): riscv: add #define in asm/io.h for some device drivers
arch/riscv/include/asm/io.h | 4 ++++ arch/riscv/include/asm/sbi.h | 1 + arch/riscv/lib/sbi.c | 19 +++++++++++++++++++ board/AndesTech/ax25-ae350/ax25-ae350.c | 4 ++-- cmd/riscv/sbi.c | 26 ++++++++++++++++++-------- common/image-board.c | 2 +- 6 files changed, 45 insertions(+), 11 deletions(-)
Best regards, Leo