[PATCH 2/3] arm64: versal: Disable the lock option for mini ospi and qspi
Michal Simek
michal.simek at amd.com
Fri Sep 29 14:43:25 CEST 2023
On 9/28/23 05:49, Venkatesh Yadav Abbarapu wrote:
> As mini configs are required only for flashing the images, so
> disabling the lock config which will save nearly 6KB of memory.
>
> Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at amd.com>
> ---
> configs/xilinx_versal_mini_ospi_defconfig | 3 ++-
> configs/xilinx_versal_mini_qspi_defconfig | 3 ++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/configs/xilinx_versal_mini_ospi_defconfig b/configs/xilinx_versal_mini_ospi_defconfig
> index 27b59f899a..539ce2d3c0 100644
> --- a/configs/xilinx_versal_mini_ospi_defconfig
> +++ b/configs/xilinx_versal_mini_ospi_defconfig
> @@ -12,7 +12,6 @@ CONFIG_SF_DEFAULT_SPEED=30000000
> CONFIG_ENV_SIZE=0x80
> # CONFIG_DM_GPIO is not set
> CONFIG_DEFAULT_DEVICE_TREE="versal-mini-ospi-single"
> -CONFIG_SYS_PROMPT="Versal> "
> CONFIG_SYS_MEM_RSVD_FOR_MMU=y
> CONFIG_VERSAL_NO_DDR=y
> # CONFIG_PSCI_RESET is not set
> @@ -27,6 +26,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
> # CONFIG_CMDLINE_EDITING is not set
> # CONFIG_AUTO_COMPLETE is not set
> # CONFIG_SYS_LONGHELP is not set
> +CONFIG_SYS_PROMPT="Versal> "
Ignore this change. It will be handled by different patch.
The same for ther est of file and 3/3.
M
More information about the U-Boot
mailing list