mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 09:21:26 +01:00
configs: ipq5332: enable compressed dtb support
Change-Id: I19d975f1b1266d9484603ec91ff99a671a155a81 Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
This commit is contained in:
parent
dcc4e545a2
commit
db766b276c
1 changed files with 4 additions and 0 deletions
|
|
@ -444,4 +444,8 @@ extern loff_t board_env_size;
|
|||
|
||||
#define CONFIG_CMD_IPQ_FLASH_INIT
|
||||
|
||||
/* Enable DTB compress */
|
||||
#define CONFIG_COMPRESSED_DTB_MAX_SIZE 0x40000
|
||||
#define CONFIG_COMPRESSED_DTB_BASE CONFIG_SYS_TEXT_BASE -\
|
||||
CONFIG_COMPRESSED_DTB_MAX_SIZE
|
||||
#endif /* _IPQ5332_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue