diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2017-01-31 10:44:06 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-12-18 09:32:06 +0100 |
commit | 3a55cb38c5335901be9550d77f7672ae37f0fa99 (patch) | |
tree | 54b640ddadcf542886eb14f21f13892eb54bd0d0 /configs/xilinx_zynqmp_ep_defconfig | |
parent | 877017eea37c17269596bc820f1cd814e383ee48 (diff) |
arm64: zynqmp: Dont use 4K sector erase by default for spi-flashes
Dont use 4K sector erase by default, Disabling this
would use 64K sector erase and decreases erase time.
Also disabled by the fact that UBIFS and JFFS2 won't work
with 4K sector erase.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_ep_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_ep_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_ep_defconfig b/configs/xilinx_zynqmp_ep_defconfig index 4366ae9fb3..1fc0fabd92 100644 --- a/configs/xilinx_zynqmp_ep_defconfig +++ b/configs/xilinx_zynqmp_ep_defconfig @@ -68,6 +68,7 @@ CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_WINBOND=y +# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_DM_ETH=y CONFIG_PHY_GIGE=y CONFIG_ZYNQ_GEM=y |