aboutsummaryrefslogtreecommitdiff
path: root/configs/xilinx_versal_mini_ospi_defconfig
diff options
context:
space:
mode:
authorVenkatesh Yadav Abbarapu2023-10-03 08:47:14 +0530
committerMichal Simek2023-11-07 13:47:08 +0100
commit534892c22c21976af3f17b3519bb9e115925d50e (patch)
tree970605013bcee830a9fcc322dce5aff3e10b4ce6 /configs/xilinx_versal_mini_ospi_defconfig
parent188c803d08c6f1744484de6663f7c5d31ef71cfe (diff)
arm64: versal: Disable the lock option for mini ospi and qspi
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@amd.com> Link: https://lore.kernel.org/r/20231003031715.5343-3-venkatesh.abbarapu@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'configs/xilinx_versal_mini_ospi_defconfig')
-rw-r--r--configs/xilinx_versal_mini_ospi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_versal_mini_ospi_defconfig b/configs/xilinx_versal_mini_ospi_defconfig
index 389ca50703e..539ce2d3c08 100644
--- a/configs/xilinx_versal_mini_ospi_defconfig
+++ b/configs/xilinx_versal_mini_ospi_defconfig
@@ -57,6 +57,7 @@ CONFIG_SYS_PROMPT="Versal> "
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH_SOFT_RESET=y
CONFIG_SPI_FLASH_SOFT_RESET_ON_BOOT=y
+# CONFIG_SPI_FLASH_LOCK is not set
CONFIG_SPI_FLASH_GIGADEVICE=y
CONFIG_SPI_FLASH_ISSI=y
CONFIG_SPI_FLASH_MACRONIX=y