
28 Oct
2016
28 Oct
'16
10:50 p.m.
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 ---
include/configs/colibri_pxa270.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h index 5245609..b16abdc 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
--
2.5.5