From e90cc47510ef5e08ecd60ba36fd4276fb4fe0e82 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Tue, 26 Jun 2018 14:48:30 +0530 Subject: 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 Reviewed-by: York Sun --- configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig') diff --git a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig index 62db1c1e0d..59356095cd 100644 --- a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig +++ b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig @@ -45,6 +45,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_SYS_NS16550=y -- cgit v1.2.3