Merge "ipq806x: spi: Enable 4K sector size support"

This commit is contained in:
Linux Build Service Account 2018-03-07 12:38:07 -08:00 committed by Gerrit - the friendly Code Review server
commit f46ee781bf

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)