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:
Vandhiadevan Karunamoorthy 2021-08-19 16:24:40 +05:30 committed by Gerrit - the friendly Code Review server
parent 3a941f607e
commit 24a501d710

View file

@ -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
*/