diff options
| author | Chin Liang See <[email protected]> | 2015-12-22 15:32:28 +0800 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2015-12-22 21:29:47 +0100 |
| commit | aa2ba829257a29bb38e47b51b3e40ad68e92d773 (patch) | |
| tree | 6c5c668224123bfbef33352346b3a3c16d2a066f | |
| parent | 6a6e6cf869637d34c5efac853d69bba7ef3728aa (diff) | |
arm: socfpga: arria5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS for UBI
and UBIFS support on serial NOR flash
Signed-off-by: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Stefan Roese <[email protected]>
| -rw-r--r-- | configs/socfpga_arria5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_arria5_defconfig b/configs/socfpga_arria5_defconfig index a9f9ea335f1..68d12df404c 100644 --- a/configs/socfpga_arria5_defconfig +++ b/configs/socfpga_arria5_defconfig @@ -24,3 +24,4 @@ CONFIG_DESIGNWARE_SPI=y CONFIG_DM_MMC=y CONFIG_USB=y CONFIG_DM_USB=y +# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set |
