diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2018-06-26 14:48:30 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-07-26 10:59:35 -0700 |
commit | e90cc47510ef5e08ecd60ba36fd4276fb4fe0e82 (patch) | |
tree | bc54bc04f053adb51af49226e9bcd07c7fac86e1 /configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | |
parent | fe6636f14ca1089ae888855da6c22d0759e9ee8a (diff) | |
download | u-boot-e90cc47510ef5e08ecd60ba36fd4276fb4fe0e82.tar.gz |
configs: Disable 4k erase sector size for spansion "s25fs512s" flash
4K erase size is used only in case of hydrid mode which is not
supported on any NXP platform with flash "s25fs512s".
Supported mode is uniform sector, with erase size 256kiB.
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1088aqds_qspi_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig b/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig index 6c2ed9af3d..c7611025e1 100644 --- a/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig +++ b/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig @@ -32,6 +32,7 @@ CONFIG_FSL_ESDHC=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_SPANSION=y +# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_NETDEVICES=y CONFIG_E1000=y CONFIG_PCI=y |