aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmjad Ouled-Ameur <aouledameur@baylibre.com>2022-01-27 13:16:50 +0100
committerTom Rini <trini@konsulko.com>2022-02-08 09:41:27 -0500
commitc55d6c6bc7b64645085fca9f59125b433138aee7 (patch)
treec6f2c38727d7318de91899c9247beddece7d76e1
parent708f54f58379892995f0bb9f7425297a459b1ae7 (diff)
downloadu-boot-c55d6c6bc7b64645085fca9f59125b433138aee7.zip
u-boot-c55d6c6bc7b64645085fca9f59125b433138aee7.tar.gz
u-boot-c55d6c6bc7b64645085fca9f59125b433138aee7.tar.bz2
configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT
Expand SPL_MULTI_DTB_FIT to accommodate new SPL IPU nodes. Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
-rw-r--r--configs/dra7xx_evm_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index e96e2a7..fdc9826 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -54,7 +54,7 @@ CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_LIST="dra7-evm dra72-evm dra72-evm-revc dra71-evm dra76-evm"
CONFIG_SPL_MULTI_DTB_FIT=y
-CONFIG_SPL_MULTI_DTB_FIT_UNCOMPRESS_SZ=0xA000
+CONFIG_SPL_MULTI_DTB_FIT_UNCOMPRESS_SZ=0x10000
CONFIG_OF_SPL_REMOVE_PROPS="clocks clock-names interrupt-parent"
CONFIG_ENV_OVERWRITE=y
# CONFIG_ENV_IS_IN_FAT is not set