diff options
author | Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> | 2025-07-07 14:51:02 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2025-07-08 15:01:25 +0200 |
commit | a00f312e745db563e5c992e461dc4d24ed949370 (patch) | |
tree | 4df36eb1cc571d578b6c9040abef45f349b4bbe2 | |
parent | 6b772a0bcc1a3b03b6cfce30864a22149b613036 (diff) |
arm64: versal2: Remove the ZynqMP Firmware from mini ospi
Remove the config ZYNQMP_FIRMWARE and also update the initial
stack address.
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20250707092102.831697-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
-rw-r--r-- | configs/amd_versal2_mini_ospi_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/amd_versal2_mini_ospi_defconfig b/configs/amd_versal2_mini_ospi_defconfig index cd59e0fc1a9..3de6e292c08 100644 --- a/configs/amd_versal2_mini_ospi_defconfig +++ b/configs/amd_versal2_mini_ospi_defconfig @@ -9,7 +9,7 @@ CONFIG_SYS_MALLOC_LEN=0x20000 CONFIG_SYS_MALLOC_F_LEN=0x4000 CONFIG_NR_DRAM_BANKS=3 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xBBF20000 +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xBBFF8000 CONFIG_ENV_SIZE=0x80 CONFIG_DEFAULT_DEVICE_TREE="amd-versal2-mini" CONFIG_SYS_LOAD_ADDR=0xBBF80000 @@ -59,6 +59,7 @@ CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_NO_NET=y # CONFIG_DM_DEVICE_REMOVE is not set # CONFIG_SIMPLE_BUS is not set +# CONFIG_ZYNQMP_FIRMWARE is not set # CONFIG_GPIO is not set # CONFIG_I2C is not set # CONFIG_INPUT is not set |