diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:42 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:32 -0400 |
commit | aed998aa34b22e818b2cd58ca7f2246716f2c3a6 (patch) | |
tree | ae02a003bdbba0da36dc3097ffaf8e76bb670848 /include/configs/tplink_wdr4300.h | |
parent | 4a37cb50386a8affa2cfc68874ba88664b8ceca2 (diff) | |
download | u-boot-aed998aa34b22e818b2cd58ca7f2246716f2c3a6.tar.gz u-boot-aed998aa34b22e818b2cd58ca7f2246716f2c3a6.tar.xz u-boot-aed998aa34b22e818b2cd58ca7f2246716f2c3a6.zip |
Convert CONFIG_LZMA to Kconfig
This converts the following to Kconfig:
CONFIG_LZMA
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/tplink_wdr4300.h')
-rw-r--r-- | include/configs/tplink_wdr4300.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tplink_wdr4300.h b/include/configs/tplink_wdr4300.h index d39dd92198..fc99dbd91e 100644 --- a/include/configs/tplink_wdr4300.h +++ b/include/configs/tplink_wdr4300.h @@ -36,7 +36,6 @@ "console=ttyS0,115200 root=/dev/mtdblock2 rootfstype=squashfs" #define CONFIG_BOOTCOMMAND \ "dhcp 192.168.1.1:wdr4300.fit && bootm $loadaddr" -#define CONFIG_LZMA #define CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_SIZE 0x10000 |