linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/config: Disable the 4KiB erase granularity of SPI flash
@ 2016-04-06 10:14 Zhiqiang Hou
  2016-04-06 22:01 ` Scott Wood
  0 siblings, 1 reply; 6+ messages in thread
From: Zhiqiang Hou @ 2016-04-06 10:14 UTC (permalink / raw)
  To: linuxppc-dev, benh, paulus, mpe, scottwood; +Cc: Mingkai.Hu, Hou Zhiqiang

From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>

Disable the subsector (4KiB) erase granularity to speed up the erase
operation.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
---
 arch/powerpc/configs/85xx-hw.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/configs/85xx-hw.config b/arch/powerpc/configs/85xx-hw.config
index 528ff0e..a0f4e70 100644
--- a/arch/powerpc/configs/85xx-hw.config
+++ b/arch/powerpc/configs/85xx-hw.config
@@ -77,6 +77,7 @@ CONFIG_MTD_PHYSMAP_OF=y
 CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_PLATRAM=y
 CONFIG_MTD_SPI_NOR=y
+# CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set
 CONFIG_NETDEVICES=y
 CONFIG_NVRAM=y
 CONFIG_PATA_ALI=y
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-17  1:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 10:14 [PATCH] powerpc/config: Disable the 4KiB erase granularity of SPI flash Zhiqiang Hou
2016-04-06 22:01 ` Scott Wood
2016-04-07  3:17   ` Zhiqiang Hou
2016-04-08 16:01     ` David Laight
2016-04-11  5:25       ` Zhiqiang Hou
2016-04-17  1:58     ` Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).