瀏覽代碼

board: dubhe: Kconfig: TEXT_BASE=0x80200000

Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
Wei Liang Lim 7 月之前
父節點
當前提交
3b2ed987a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
 	default "starfive-dubhe-fpga"
 
 
 config TEXT_BASE
 config TEXT_BASE
-	default 0x83000000 if SPL
+	default 0x80200000 if SPL
 	default 0x80000000 if !RISCV_SMODE
 	default 0x80000000 if !RISCV_SMODE
 	default 0x80200000 if RISCV_SMODE
 	default 0x80200000 if RISCV_SMODE