diff mbox series

[U-Boot,RESEND,v1,3/3] configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT

Message ID 20191009103520.18109-4-jjhiblot@ti.com
State Accepted
Commit 18df182b63521a80e3cfddcc5f793012f051d941
Delegated to: Tom Rini
Headers show
Series Add support for DFU boot to DRA7-based EVMs | expand

Commit Message

Jean-Jacques Hiblot Oct. 9, 2019, 10:35 a.m. UTC
From: Faiz Abbas <faiz_abbas@ti.com>

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

 configs/dra7xx_evm_defconfig    | 2 +-
 configs/dra7xx_hs_evm_defconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini Oct. 26, 2019, 12:06 a.m. UTC | #1
On Wed, Oct 09, 2019 at 12:35:20PM +0200, Jean-Jacques Hiblot wrote:

> From: Faiz Abbas <faiz_abbas@ti.com>
> 
> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index a09d0733ca..88d160d0b5 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -42,7 +42,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
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