diff options
author | Michael Walle <michael@walle.cc> | 2020-05-22 14:07:38 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-25 11:54:53 -0400 |
commit | efc0644802a2c9c1747539e017562aabde1f54ec (patch) | |
tree | 19a90e91b62dec0f1098a8585e795e9480792898 /include/configs/sandbox.h | |
parent | 2843444a6eaf1bf287aa00ad46ccfac54fac26b0 (diff) | |
download | u-boot-efc0644802a2c9c1747539e017562aabde1f54ec.tar.gz u-boot-efc0644802a2c9c1747539e017562aabde1f54ec.tar.bz2 u-boot-efc0644802a2c9c1747539e017562aabde1f54ec.zip |
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.h | 3 |
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 |