
21 Dec
2022
21 Dec
'22
3:28 a.m.
Change openSBI load address from 0x1000000 to 0x0 and it will start to run at 0x0 directly without relocation.
Signed-off-by: Rick Chen rick@andestech.com --- board/AndesTech/ax25-ae350/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/AndesTech/ax25-ae350/Kconfig b/board/AndesTech/ax25-ae350/Kconfig index 36b67f0b52..4bb33b0793 100644 --- a/board/AndesTech/ax25-ae350/Kconfig +++ b/board/AndesTech/ax25-ae350/Kconfig @@ -25,7 +25,7 @@ config SPL_TEXT_BASE default 0x800000
config SPL_OPENSBI_LOAD_ADDR - default 0x01000000 + default 0x00000000
config SYS_FDT_BASE hex
--
2.17.1