Merge "ipq9574: Add compressed dtb support"

This commit is contained in:
Linux Build Service Account 2021-08-19 16:09:26 -07:00 committed by Gerrit - the friendly Code Review server
commit fbc3614174

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