summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-19 11:37:12 +0300
committerWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-19 11:37:12 +0300
commit3b2ed987a87e5aabdec0e59bc53dfe8e7682e3e3 (patch)
tree96bc57dcc5bcead2c61fe3c6a7832009952179d3
parent5aeb63fecf4e006b99d53c1b1a6ceac4fb2a3eca (diff)
downloadu-boot-3b2ed987a87e5aabdec0e59bc53dfe8e7682e3e3.tar.xz
board: dubhe: Kconfig: TEXT_BASE=0x80200000
Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
-rw-r--r--board/starfive/dubhe_fpga/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/starfive/dubhe_fpga/Kconfig b/board/starfive/dubhe_fpga/Kconfig
index 6ffeb1a62f..ae8ffb28e3 100644
--- a/board/starfive/dubhe_fpga/Kconfig
+++ b/board/starfive/dubhe_fpga/Kconfig
@@ -16,7 +16,7 @@ config SYS_CONFIG_NAME
default "starfive-dubhe-fpga"
config TEXT_BASE
- default 0x83000000 if SPL
+ default 0x80200000 if SPL
default 0x80000000 if !RISCV_SMODE
default 0x80200000 if RISCV_SMODE