diff options
Diffstat (limited to 'board/xilinx/mbv/Kconfig')
| -rw-r--r-- | board/xilinx/mbv/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/board/xilinx/mbv/Kconfig b/board/xilinx/mbv/Kconfig index d2dec397ed6..a3a6f212577 100644 --- a/board/xilinx/mbv/Kconfig +++ b/board/xilinx/mbv/Kconfig @@ -10,15 +10,25 @@ config SYS_CPU default "generic" config TEXT_BASE - default 0x80000000 if !RISCV_SMODE - default 0x80400000 if RISCV_SMODE && ARCH_RV32I + default 0x21200000 + +config SPL_TEXT_BASE + default 0x20000000 + +config SPL_OPENSBI_LOAD_ADDR + hex + default 0x20200000 config BOARD_SPECIFIC_OPTIONS def_bool y select GENERIC_RISCV + select SUPPORT_SPL imply BOARD_LATE_INIT + imply SPL_RAM_SUPPORT + imply SPL_RAM_DEVICE imply CMD_SBI imply CMD_PING + imply OF_HAS_PRIOR_STAGE source "board/xilinx/Kconfig" |
