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.abbar...@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

Reply via email to