diff options
Diffstat (limited to 'include/configs/PIP405.h')
-rw-r--r-- | include/configs/PIP405.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index b9107ccf7..2cd5726b9 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -204,7 +204,7 @@ #define CFG_FLASH_BASE 0xFFF80000 #define CFG_MONITOR_BASE CFG_FLASH_BASE #define CFG_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Monitor */ -#define CFG_MALLOC_LEN (128 * 1024) /* Reserve 128 kB for malloc() */ +#define CFG_MALLOC_LEN (1024 * 1024) /* Reserve 1024 kB for malloc() */ /* * For booting Linux, the board info and command line data @@ -371,6 +371,11 @@ #endif /************************************************************ + * support BZIP2 compression + ************************************************************/ +#define CONFIG_BZIP2 1 + +/************************************************************ * Ident ************************************************************/ #define VERSION_TAG "released" |