mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ipq806x: spi: Enable 4K sector size support
Change-Id: I0faecf5c7aa67854752ff51aed90114c6238428f Signed-off-by: Balaji Jagadeesan <bjagadee@codeaurora.org>
This commit is contained in:
parent
318f41e4e4
commit
72b7f8a6fb
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue