diff options
author | 2020-06-17 12:49:16 +0200 | |
---|---|---|
committer | 2020-06-17 20:58:29 +0200 | |
commit | 6dbb0b09703fda789dd60ef51525aa94731071d6 (patch) | |
tree | 1e28d789260cd9d8354a5c5d97820c77f2749316 | |
parent | b5b723f973fd87ef900e852811cdeac2ea892763 (diff) | |
download | buildroot-6dbb0b09703fda789dd60ef51525aa94731071d6.tar.gz buildroot-6dbb0b09703fda789dd60ef51525aa94731071d6.tar.bz2 |
board/olpc/xo-1: enable JFFS2
The XO-1 laptop has a NAND flash and firmware capable of reading JFFS2
from it. Enable JFFS2 kernel support so that we'll be able to create
images capable of booting from the internal flash.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | board/olpc/xo-1/linux.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/olpc/xo-1/linux.config b/board/olpc/xo-1/linux.config index 9f6731a5a5..63566e8b90 100644 --- a/board/olpc/xo-1/linux.config +++ b/board/olpc/xo-1/linux.config @@ -70,6 +70,7 @@ CONFIG_RESET_CONTROLLER=y CONFIG_GENERIC_PHY=y CONFIG_PROC_KCORE=y CONFIG_HUGETLBFS=y +CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_WBUF_VERIFY=y CONFIG_JFFS2_SUMMARY=y CONFIG_JFFS2_FS_XATTR=y |