mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq9574: Add compressed dtb support
This change enable compressed dtb support for memory optimization. Change-Id: I692b4cbfe339910c9bb67da6bb442ba01b3a177e Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
This commit is contained in:
parent
3a941f607e
commit
24a501d710
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