[PATCH] arm64: versal2: Remove the ZynqMP Firmware from mini ospi
Michal Simek
michal.simek at amd.com
Mon Jul 7 10:30:29 CEST 2025
On 7/7/25 06:13, Venkatesh Yadav Abbarapu wrote:
> Remove the config ZYNQMP_FIRMWARE and also update the initial
> stack address.
>
> Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at amd.com>
> ---
> configs/amd_versal2_mini_ospi_defconfig | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/configs/amd_versal2_mini_ospi_defconfig b/configs/amd_versal2_mini_ospi_defconfig
> index 54328e85784..55953d14200 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
> @@ -57,6 +57,8 @@ CONFIG_OF_EMBED=y
> CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> CONFIG_NO_NET=y
> # CONFIG_DM_DEVICE_REMOVE is not set
> +CONFIG_FIRMWARE=y
is there any reason keep this as yes?
I think you can remove it too.
Thanks,
Michal
More information about the U-Boot
mailing list