diff options
| author | Venkatesh Yadav Abbarapu <[email protected]> | 2025-11-26 16:23:45 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-12-19 08:25:27 +0100 |
| commit | a4b96effecfb6df4a94ef615933fe55e56e7bbe9 (patch) | |
| tree | dc42e212e81a197ca5377dba4d2edee80ff5e410 | |
| parent | 9d5b4f63beb65d9b9a8767d76f098a29ddeeb537 (diff) | |
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/6c6eeab25c8bc8739127fb40e1a941920d04fc77.1764170621.git.michal.simek@amd.com
| -rw-r--r-- | configs/amd_versal2_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
