mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
eef55e5fca
commit
eb9e699ff1
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue