diff options
author | Junghoon Kim <jhoon20.kim@samsung.com> | 2020-09-16 20:07:53 +0900 |
---|---|---|
committer | Junghoon Kim <jhoon20.kim@samsung.com> | 2020-09-16 20:07:53 +0900 |
commit | 90e433073a50939da3eedb52978d61acf17cc1db (patch) | |
tree | bc0a8db7b6e503c34fcbd4cb8969d35378fee1f1 | |
parent | 508d0743b463ce51a0e61a8c5c443c6850d5ae9e (diff) | |
download | linux-artik7-90e433073a50939da3eedb52978d61acf17cc1db.tar.gz linux-artik7-90e433073a50939da3eedb52978d61acf17cc1db.tar.bz2 linux-artik7-90e433073a50939da3eedb52978d61acf17cc1db.zip |
ARM: artik530_raptor_defconfig: Enable SquashFS filesystemtizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115104submit/tizen_6.0_hotfix/20201102.192904submit/tizen_6.0/20201029.205504submit/tizen/20200916.112232accepted/tizen/unified/20200917.004550accepted/tizen/6.0/unified/hotfix/20201103.045446accepted/tizen/6.0/unified/20201030.103601tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfix
Enable SquashFS filesystem as the kernel built-in option. This is
required in Tizen Update/Recovery mode.
Change-Id: I983f4a5b2bdec490f58a5cc91b07ffa819d5b919
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
-rw-r--r-- | arch/arm/configs/artik530_raptor_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/artik530_raptor_defconfig b/arch/arm/configs/artik530_raptor_defconfig index 5c78a8487669..b2093a3365cb 100644 --- a/arch/arm/configs/artik530_raptor_defconfig +++ b/arch/arm/configs/artik530_raptor_defconfig @@ -4265,7 +4265,7 @@ CONFIG_MISC_FILESYSTEMS=y # CONFIG_EFS_FS is not set # CONFIG_LOGFS is not set # CONFIG_CRAMFS is not set -CONFIG_SQUASHFS=m +CONFIG_SQUASHFS=y CONFIG_SQUASHFS_FILE_CACHE=y # CONFIG_SQUASHFS_FILE_DIRECT is not set CONFIG_SQUASHFS_DECOMP_SINGLE=y |