From c7e455caf555d3a7ac9f8d6d15b3ff53afbee63a Mon Sep 17 00:00:00 2001 From: Han Gao Date: Mon, 13 May 2024 14:43:43 +0800 Subject: [PATCH] th1520: SPL_TEXT_BASE=0xffe0000000 for nosign spl Signed-off-by: Han Gao --- board/thead/light-c910/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/thead/light-c910/Kconfig b/board/thead/light-c910/Kconfig index 246ac108..8cb2d230 100644 --- a/board/thead/light-c910/Kconfig +++ b/board/thead/light-c910/Kconfig @@ -140,7 +140,7 @@ config SYS_TEXT_BASE config SPL_TEXT_BASE hex - default 0xffe0000800 + default 0xffe0000000 config SPL_MAX_SIZE hex -- 2.34.1