diff options
| author | Michal Simek <[email protected]> | 2026-01-06 08:45:39 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2026-01-12 10:31:51 +0100 |
| commit | e55a57715d942c20eafcf472998a333579f4b5f4 (patch) | |
| tree | 6b17bc53cd11ca1f5d253787591770121fad5929 /include | |
| parent | feb121db3e85a97e1b3eb3a4408d2c52964307e3 (diff) | |
amd: versal2: Align distro boot variables with default memory map
By default Versal Gen 2 is using memory map where TF-A is placed to DDR and
there is also some space allocated for OP-TEE that's why move default
variable setting out of this location to avoid using it when distro boot is
used for booting.
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/988a6f38ed9cfbb9757b76a16cb9cfec4601de85.1767685538.git.michal.simek@amd.com
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/amd_versal2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/amd_versal2.h b/include/configs/amd_versal2.h index f1c432aa391..05ddd4eabe1 100644 --- a/include/configs/amd_versal2.h +++ b/include/configs/amd_versal2.h @@ -49,12 +49,12 @@ #define ENV_MEM_LAYOUT_SETTINGS \ "fdt_addr_r=0x40000000\0" \ "fdt_size_r=0x400000\0" \ - "pxefile_addr_r=0x10000000\0" \ - "kernel_addr_r=0x18000000\0" \ + "pxefile_addr_r=0x70000000\0" \ + "kernel_addr_r=0x48000000\0" \ "kernel_size_r=0x10000000\0" \ - "kernel_comp_addr_r=0x30000000\0" \ + "kernel_comp_addr_r=0x50000000\0" \ "kernel_comp_size=0x3C00000\0" \ - "ramdisk_addr_r=0x02100000\0" \ + "ramdisk_addr_r=0x60000000\0" \ "script_size_f=0x80000\0" #if defined(CONFIG_DISTRO_DEFAULTS) |
