diff options
author | Thor Thayer <thor.thayer@linux.intel.com> | 2018-03-26 15:50:00 -0400 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-04-16 10:14:30 -0400 |
commit | 6e8fe39989720b87439fee7817a5ca362b16d931 (patch) | |
tree | a869a6135404fc2b39495c08f673fc678343a214 | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) |
ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
Remove QSPI Sector 4K size force which is causing QSPI boot
problems with the JFFS2 root filesystem.
Fixes the following error:
"Magic bitmask 0x1985 not found at ..."
Cc: stable@vger.kernel.org
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
-rw-r--r-- | arch/arm/configs/socfpga_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig index 2620ce790db0..371fca4e1ab7 100644 --- a/arch/arm/configs/socfpga_defconfig +++ b/arch/arm/configs/socfpga_defconfig | |||
@@ -57,6 +57,7 @@ CONFIG_MTD_M25P80=y | |||
57 | CONFIG_MTD_NAND=y | 57 | CONFIG_MTD_NAND=y |
58 | CONFIG_MTD_NAND_DENALI_DT=y | 58 | CONFIG_MTD_NAND_DENALI_DT=y |
59 | CONFIG_MTD_SPI_NOR=y | 59 | CONFIG_MTD_SPI_NOR=y |
60 | # CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set | ||
60 | CONFIG_SPI_CADENCE_QUADSPI=y | 61 | CONFIG_SPI_CADENCE_QUADSPI=y |
61 | CONFIG_OF_OVERLAY=y | 62 | CONFIG_OF_OVERLAY=y |
62 | CONFIG_OF_CONFIGFS=y | 63 | CONFIG_OF_CONFIGFS=y |