summaryrefslogtreecommitdiff
path: root/platform/generic/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'platform/generic/config.mk')
-rw-r--r--platform/generic/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/generic/config.mk b/platform/generic/config.mk
index 8151974..950cf5b 100644
--- a/platform/generic/config.mk
+++ b/platform/generic/config.mk
@@ -28,7 +28,7 @@ else
# This needs to be 2MB aligned for 64-bit system
FW_JUMP_ADDR=$(shell printf "0x%X" $$(($(FW_TEXT_START) + 0x200000)))
endif
-FW_JUMP_FDT_ADDR=$(shell printf "0x%X" $$(($(FW_TEXT_START) + 0x2200000)))
+FW_JUMP_FDT_ADDR=$(shell printf "0x%X" $$(($(FW_TEXT_START) + 0x8000000)))
FW_PAYLOAD=y
ifeq ($(PLATFORM_RISCV_XLEN), 32)
# This needs to be 4MB aligned for 32-bit system