diff mbox series

[PATCHv3] arm64: defconfig: add JFFS FS support in defconfig

Message ID 1571884941-6132-1-git-send-email-joyce.ooi@intel.com (mailing list archive)
State New, archived
Headers show
Series [PATCHv3] arm64: defconfig: add JFFS FS support in defconfig | expand

Commit Message

Joyce Ooi Oct. 24, 2019, 2:42 a.m. UTC
This patch adds JFFS2 FS support and remove QSPI Sector 4K size force in
the default defconfig. Removing QSPI Sector 4K size will fix the following 
error:
	"Magic bitmask 0x1985 not found at ..."

Signed-off-by: Ooi, Joyce <joyce.ooi@intel.com>
---
v2: disable CONFIG_MTD_SPI_NOR_USE_4K_SECTORS using the correct syntax
v3: add more explantion in commit message
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index c9adae4..6080c6e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -860,3 +860,5 @@  CONFIG_DEBUG_KERNEL=y
 # CONFIG_DEBUG_PREEMPT is not set
 # CONFIG_FTRACE is not set
 CONFIG_MEMTEST=y
+CONFIG_JFFS2_FS=y
+# CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set