u-boot: add LZMA decompression support
SVN-Revision: 11248
This commit is contained in:
parent
ef79a9a8f3
commit
7962a35f62
2 changed files with 1147 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,12 @@
|
|||
Index: u-boot-1.3.3/include/configs/atngw100.h
|
||||
===================================================================
|
||||
--- u-boot-1.3.3.orig/include/configs/atngw100.h
|
||||
+++ u-boot-1.3.3/include/configs/atngw100.h
|
||||
@@ -60,6 +60,7 @@
|
||||
|
||||
/* User serviceable stuff */
|
||||
#define CONFIG_DOS_PARTITION 1
|
||||
+#define CONFIG_LZMA 1
|
||||
|
||||
#define CONFIG_CMDLINE_TAG 1
|
||||
#define CONFIG_SETUP_MEMORY_TAGS 1
|
Loading…
Reference in a new issue