diff options
author | Chin Liang See <clsee@altera.com> | 2015-12-22 15:32:27 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-22 21:29:29 +0100 |
commit | 6a6e6cf869637d34c5efac853d69bba7ef3728aa (patch) | |
tree | be5e4770492664ea3132422340964f9581471363 | |
parent | 6cdd465cbe884d51f566ac5f7f06cc2a82d5a18b (diff) |
arm: socfpga: cyclone5: 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 <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Dinh Nguyen <dinh.linux@gmail.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
-rw-r--r-- | configs/socfpga_cyclone5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig index c9e39f1311f..accee924a32 100644 --- a/configs/socfpga_cyclone5_defconfig +++ b/configs/socfpga_cyclone5_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 |