mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-10 11:17:18 +01:00
Merge "ipq9574: Add compressed dtb support"
This commit is contained in:
commit
fbc3614174
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@
|
|||
|
||||
#define CONFIG_SYS_BOOTM_LEN 0x4000000
|
||||
|
||||
/* Enable DTB compress */
|
||||
#define CONFIG_COMPRESSED_DTB_MAX_SIZE 0x40000
|
||||
#define CONFIG_COMPRESSED_DTB_BASE CONFIG_SYS_TEXT_BASE -\
|
||||
CONFIG_COMPRESSED_DTB_MAX_SIZE
|
||||
|
||||
/*
|
||||
* Size of malloc() pool
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue