summaryrefslogtreecommitdiff
path: root/configs/dra7xx_hs_evm_defconfig
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-10-09 13:35:20 +0300
committerTom Rini <trini@konsulko.com>2019-10-26 00:33:21 +0300
commit18df182b63521a80e3cfddcc5f793012f051d941 (patch)
tree7e4428baf639e804b52082f03b985164f5b4c281 /configs/dra7xx_hs_evm_defconfig
parentadd2242c490d9229073d7a4f0377c3857e162cc7 (diff)
downloadu-boot-18df182b63521a80e3cfddcc5f793012f051d941.tar.xz
configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT
Expand SPL_MULTI_DTB_FIT to accommodate usb peripheral nodes being added to support SPL_DFU bootmode. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'configs/dra7xx_hs_evm_defconfig')
-rw-r--r--configs/dra7xx_hs_evm_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig
index e2f0476f9e..ca904d8d2d 100644
--- a/configs/dra7xx_hs_evm_defconfig
+++ b/configs/dra7xx_hs_evm_defconfig
@@ -45,7 +45,7 @@ CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="dra7-evm"
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=0x9000
+CONFIG_SPL_MULTI_DTB_FIT_UNCOMPRESS_SZ=0xA000
CONFIG_OF_SPL_REMOVE_PROPS="clocks clock-names interrupt-parent"
# CONFIG_ENV_IS_IN_FAT is not set
CONFIG_ENV_IS_IN_MMC=y