diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-07-19 09:45:25 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 11:03:02 +0200 |
commit | f9af9be8abb72838011c206029ee9274ccd8738e (patch) | |
tree | ca533bcb9dd24c893271202178a98f3339ee9f10 /target/linux/omap/config-4.14 | |
parent | abefb4fda30936abff58736ed81572a127695e65 (diff) | |
download | upstream-f9af9be8abb72838011c206029ee9274ccd8738e.tar.gz upstream-f9af9be8abb72838011c206029ee9274ccd8738e.tar.bz2 upstream-f9af9be8abb72838011c206029ee9274ccd8738e.zip |
omap: fix squashfs image boot and creation
fixes FS#1034, squash fs images fails to boot because of missing ARM BCJ filter decoder
also activate squashf image creation
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/omap/config-4.14')
-rw-r--r-- | target/linux/omap/config-4.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/omap/config-4.14 b/target/linux/omap/config-4.14 index d5f8171565..7c60947e30 100644 --- a/target/linux/omap/config-4.14 +++ b/target/linux/omap/config-4.14 @@ -729,6 +729,8 @@ CONFIG_WATCHDOG_CORE=y CONFIG_XFRM_ALGO=y CONFIG_XFRM_MIGRATE=y CONFIG_XPS=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZLIB_DEFLATE=y |