ipq806x: spi: Enable 4K sector size support

Change-Id: I0faecf5c7aa67854752ff51aed90114c6238428f
Signed-off-by: Balaji Jagadeesan <bjagadee@codeaurora.org>
This commit is contained in:
Balaji Jagadeesan 2018-03-01 10:49:26 +05:30 committed by Gerrit - the friendly Code Review server
parent 318f41e4e4
commit 72b7f8a6fb

View file

@ -267,6 +267,7 @@ typedef struct {
#define CONFIG_ENV_IS_IN_SPI_FLASH 1
#define CONFIG_ENV_SECT_SIZE (64 * 1024)
#define CONFIG_SPI_FLASH_USE_4K_SECTORS
#define CONFIG_SF_DEFAULT_BUS 0
#define CONFIG_SF_DEFAULT_CS 0
#define CONFIG_SF_DEFAULT_SPEED (48 * 1000 * 1000)