diff options
author | Chin Liang See <clsee@altera.com> | 2015-12-22 15:32:30 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-22 21:29:59 +0100 |
commit | 0645c773156c432c2fac579290d52e7962f815bc (patch) | |
tree | c404002d5b4902d683e5fe18eb735ad1b0d6f87f /configs | |
parent | aa2ba829257a29bb38e47b51b3e40ad68e92d773 (diff) | |
download | u-boot-imx-0645c773156c432c2fac579290d52e7962f815bc.zip u-boot-imx-0645c773156c432c2fac579290d52e7962f815bc.tar.gz u-boot-imx-0645c773156c432c2fac579290d52e7962f815bc.tar.bz2 |
arm: socfpga: sr1500: 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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/socfpga_sr1500_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig index 2c75bda..3d98a63 100644 --- a/configs/socfpga_sr1500_defconfig +++ b/configs/socfpga_sr1500_defconfig @@ -17,3 +17,4 @@ CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_SYS_NS16550=y CONFIG_DM_MMC=y +# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set |