]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: andes: add the fdt blob copy address for SPL
authorRandolph <randolph@andestech.com>
Fri, 29 Dec 2023 08:32:23 +0000 (16:32 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 31 Jan 2024 08:51:03 +0000 (16:51 +0800)
Add the address to which the FDT blob is to be moved.

Signed-off-by: Randolph <randolph@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
configs/ae350_rv32_falcon_defconfig
configs/ae350_rv32_falcon_xip_defconfig
configs/ae350_rv64_falcon_defconfig
configs/ae350_rv64_falcon_xip_defconfig

index abf7dd4f4d7e951963d0c2a6bd3bf6c52c2d5354..f81471087ba6a528c3d138ff1cccc5a95ae4a362 100644 (file)
@@ -14,6 +14,7 @@ CONFIG_TARGET_ANDES_AE350=y
 CONFIG_RISCV_SMODE=y
 # CONFIG_AVAILABLE_HARTS is not set
 CONFIG_SPL_LOAD_FIT_OPENSBI_OS_BOOT=y
+CONFIG_SPL_PAYLOAD_ARGS_ADDR=0x01700000
 CONFIG_SYS_MONITOR_BASE=0x88000000
 CONFIG_FIT=y
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x10000000
index 5166ab7a9382898540af7201bfd14da7fb89ba90..50e164c4d253d7bd5b1c820e3f068c7bc88d4a5c 100644 (file)
@@ -15,6 +15,7 @@ CONFIG_TARGET_ANDES_AE350=y
 CONFIG_RISCV_SMODE=y
 CONFIG_SPL_XIP=y
 CONFIG_SPL_LOAD_FIT_OPENSBI_OS_BOOT=y
+CONFIG_SPL_PAYLOAD_ARGS_ADDR=0x01700000
 CONFIG_SYS_MONITOR_BASE=0x88000000
 CONFIG_FIT=y
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x80010000
index 128923870835aa4856676f7e7829e64b9b13b2bb..b0b7ae597e0e0f087c3302baa650ca28a2e2edad 100644 (file)
@@ -14,6 +14,7 @@ CONFIG_ARCH_RV64I=y
 CONFIG_RISCV_SMODE=y
 # CONFIG_AVAILABLE_HARTS is not set
 CONFIG_SPL_LOAD_FIT_OPENSBI_OS_BOOT=y
+CONFIG_SPL_PAYLOAD_ARGS_ADDR=0x01700000
 CONFIG_SYS_MONITOR_BASE=0x88000000
 CONFIG_FIT=y
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x10000000
index 18e2dafe7f324117c8c558bcbe93eed102165707..cac315d97b4965d68add5a1837d44c9f47f5fded 100644 (file)
@@ -15,6 +15,7 @@ CONFIG_ARCH_RV64I=y
 CONFIG_RISCV_SMODE=y
 CONFIG_SPL_XIP=y
 CONFIG_SPL_LOAD_FIT_OPENSBI_OS_BOOT=y
+CONFIG_SPL_PAYLOAD_ARGS_ADDR=0x01700000
 CONFIG_SYS_MONITOR_BASE=0x88000000
 CONFIG_FIT=y
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x80010000