summaryrefslogtreecommitdiff
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-05-22 14:07:38 +0200
committerTom Rini <trini@konsulko.com>2020-05-25 11:54:53 -0400
commitefc0644802a2c9c1747539e017562aabde1f54ec (patch)
tree19a90e91b62dec0f1098a8585e795e9480792898 /include/configs/sandbox.h
parent2843444a6eaf1bf287aa00ad46ccfac54fac26b0 (diff)
sandbox: move compression option to Kconfig
CONFIG_BZIP2 and CONFIG_GZIP_COMPRESSED are Kconfig options. Select them by CONFIG_SANDBOX instead of setting them in configs/sandbox.h. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 7fda63f71a..484a15df79 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -114,9 +114,6 @@
BOOTENV \
MEM_LAYOUT_ENV_SETTINGS
-#define CONFIG_GZIP_COMPRESSED
-#define CONFIG_BZIP2
-
#ifndef CONFIG_SPL_BUILD
#define CONFIG_SYS_IDE_MAXBUS 1
#define CONFIG_SYS_ATA_IDE0_OFFSET 0