From: Venkatesh Yadav Abbarapu Date: Wed, 26 Nov 2025 15:23:45 +0000 (+0100) Subject: arm64: versal2: Update the text base and dtb address X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b96effecfb6df4a94ef615933fe55e56e7bbe9;p=thirdparty%2Fu-boot.git arm64: versal2: Update the text base and dtb address Update the TEXT_BASE and DTB address as per the new memory map. Signed-off-by: Venkatesh Yadav Abbarapu Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/6c6eeab25c8bc8739127fb40e1a941920d04fc77.1764170621.git.michal.simek@amd.com --- diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig index c3893fa833a..ce633dfc61a 100644 --- a/configs/amd_versal2_virt_defconfig +++ b/configs/amd_versal2_virt_defconfig @@ -11,6 +11,7 @@ CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_RESET=y CONFIG_SYS_BOOTM_LEN=0x6400000 CONFIG_SYS_LOAD_ADDR=0x8000000 +CONFIG_XILINX_OF_BOARD_DTB_ADDR=0x1000000 CONFIG_CMD_FRU=y CONFIG_SYS_MEMTEST_START=0x00000000 CONFIG_SYS_MEMTEST_END=0x00001000