aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@intel.com>2016-02-05 15:12:27 +0200
committerViorel Suman <viorel.suman@intel.com>2016-02-05 17:03:40 +0200
commit65be0ef7fd59e5a584b3c341090f06b8d1cd7688 (patch)
treead6bbff52fbe9549f1956f5e73da5b4fedbbcb24
parentb9685e9c389ab1eb11b2713d4a0566ae67a72b03 (diff)
downloadminnowboard-v3.14-brillo-m10-dev.tar.gz
minnowboard: Disable MINIGZIP. Sync with Edisonbrillo-m10-releasebrillo-m10-dev
Disable MINIGZIP so product build will pass for minnowboard. CONFIG_HAVE_KERNEL_LZ4 removed and CONFIG_KERNEL_GZIP enabled so all options are now in sync with Edison. BUG=none Change-Id: I089cdaeb01d1f08d5e1aabf6f0e60c2eeb1b5042 Signed-off-by: Mihai Serban <mihai.serban@intel.com> Signed-off-by: Viorel Suman <viorel.suman@intel.com>
-rw-r--r--arch/x86/configs/x86_64_brillo_minnowboard_defconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/configs/x86_64_brillo_minnowboard_defconfig b/arch/x86/configs/x86_64_brillo_minnowboard_defconfig
index 8e23f548656..b2218ddca7d 100644
--- a/arch/x86/configs/x86_64_brillo_minnowboard_defconfig
+++ b/arch/x86/configs/x86_64_brillo_minnowboard_defconfig
@@ -53,19 +53,15 @@ CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-x86_64"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
-CONFIG_HAVE_KERNEL_MINIGZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
-CONFIG_HAVE_KERNEL_LZ4=y
-# CONFIG_KERNEL_GZIP is not set
-CONFIG_KERNEL_MINIGZIP=y
+CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
-# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="localhost"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y