Browse Source

board: dubhe: Kconfig: TEXT_BASE=0x80200000

Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
Wei Liang Lim 7 months ago
parent
commit
3b2ed987a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      board/starfive/dubhe_fpga/Kconfig

+ 1 - 1
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