diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-10-28 22:50:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-05 07:27:43 -0400 |
commit | eb9e699ff14436c3417c949120c226531e81f614 (patch) | |
tree | 7d22deb0a0ce366e0ba8df826eb00f41aa918c59 /include | |
parent | eef55e5fcaacf874e2773127fb6660fcaabc7c35 (diff) | |
download | u-boot-eb9e699ff14436c3417c949120c226531e81f614.zip u-boot-eb9e699ff14436c3417c949120c226531e81f614.tar.gz u-boot-eb9e699ff14436c3417c949120c226531e81f614.tar.bz2 |
colibri_pxa270: drop lzma support for space reason
As the upcoming driver model integration takes up some more precious flash
space first make sure to drop expensive LZMA support.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/colibri_pxa270.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h index 429f571..e44a847 100644 --- a/include/configs/colibri_pxa270.h +++ b/include/configs/colibri_pxa270.h @@ -39,7 +39,6 @@ #define CONFIG_TIMESTAMP #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS -#define CONFIG_LZMA /* LZMA compression support */ /* * Serial Console Configuration |