From: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
To: <u-boot@lists.denx.de>
Cc: <michal.simek@amd.com>, <jagan@amarulasolutions.com>,
<trini@konsulko.com>, <git@amd.com>
Subject: [PATCH v13 1/8] config: mx6sabresd: Default don't enable the flash lock
Date: Thu, 5 Sep 2024 08:51:39 +0530 [thread overview]
Message-ID: <20240905032146.2470396-2-venkatesh.abbarapu@amd.com> (raw)
In-Reply-To: <20240905032146.2470396-1-venkatesh.abbarapu@amd.com>
By default flash lock option is enabled, enable this option only
when it is required. By disabling the lock config will save some
amount of memory.
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
---
configs/mx6sabresd_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index 80f7cd60b5..2a83b8cd06 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -86,6 +86,7 @@ CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_FSL_USDHC=y
CONFIG_MTD=y
CONFIG_DM_SPI_FLASH=y
+# CONFIG_SPI_FLASH_LOCK is not set
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PHYLIB=y
CONFIG_PHY_ATHEROS=y
--
2.25.1
next prev parent reply other threads:[~2024-09-05 3:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-05 3:21 [PATCH v13 0/8] spi-nor: Add parallel and stacked memories support Venkatesh Yadav Abbarapu
2024-09-05 3:21 ` Venkatesh Yadav Abbarapu [this message]
2024-09-05 3:21 ` [PATCH v13 2/8] mtd: " Venkatesh Yadav Abbarapu
2024-09-05 3:21 ` [PATCH v13 3/8] mtd: spi-nor: Add parallel memories support for read_sr and read_fsr Venkatesh Yadav Abbarapu
2024-09-05 3:21 ` [PATCH v13 4/8] mtd: spi-nor: Add parallel and stacked memories support in read_bar and write_bar Venkatesh Yadav Abbarapu
2024-09-05 3:21 ` [PATCH v13 5/8] spi: spi-uclass: Read chipselect and restrict capabilities Venkatesh Yadav Abbarapu
2024-09-05 3:21 ` [PATCH v13 6/8] config: xilinx: Enable the SPI_ADVANCE config option Venkatesh Yadav Abbarapu
2024-09-05 3:21 ` [PATCH v13 7/8] spi: zynqmp_gqspi: Add parallel memories support in GQSPI driver Venkatesh Yadav Abbarapu
2024-09-05 3:21 ` [PATCH v13 8/8] spi: zynq_qspi: Add parallel memories support in QSPI driver Venkatesh Yadav Abbarapu
2024-09-18 11:18 ` [PATCH v13 0/8] spi-nor: Add parallel and stacked memories support Michal Simek
2024-09-19 22:05 ` Tom Rini
2024-09-20 7:34 ` Michal Simek
2024-09-20 14:29 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240905032146.2470396-2-venkatesh.abbarapu@amd.com \
--to=venkatesh.abbarapu@amd.com \
--cc=git@amd.com \
--cc=jagan@amarulasolutions.com \
--cc=michal.simek@amd.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.