
Disabling the flash lock option for versal and versal-net mini ospi and qspi defconfigs.
Changes in v2: - Updated the commit message. - Added SPI_FLASH_LOCK in cmd/sf.c, so when disabling this option "sf protect" commands wont appear to users.
Venkatesh Yadav Abbarapu (3): mtd: spi-nor: Add spi flash lock config option arm64: versal: Disable the lock option for mini ospi and qspi arm64: versal_net: Disable the lock option for mini ospi and qspi
cmd/sf.c | 4 +++- configs/xilinx_versal_mini_ospi_defconfig | 3 ++- configs/xilinx_versal_mini_qspi_defconfig | 3 ++- configs/xilinx_versal_net_mini_ospi_defconfig | 3 ++- configs/xilinx_versal_net_mini_qspi_defconfig | 3 ++- drivers/mtd/spi/Kconfig | 7 +++++++ drivers/mtd/spi/spi-nor-core.c | 8 +++++++- 7 files changed, 25 insertions(+), 6 deletions(-)