diff mbox

[U-Boot,2/2] defconfigs: am57xx_hs_evm: Move OPTEE load address to avoid overlaps

Message ID 20170407151935.6541-2-afd@ti.com
State Accepted
Commit 34bf497f9a132a5305f0aecfd7ada5f3724f6ec5
Delegated to: Tom Rini
Headers show

Commit Message

Andrew Davis April 7, 2017, 3:19 p.m. UTC
Move the OPTEE load address to 0xbdb00000 in order to avoid
overlap with the memory regions used in radio and RVC usecases.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 configs/am57xx_hs_evm_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini April 10, 2017, 6:26 p.m. UTC | #1
On Fri, Apr 07, 2017 at 10:19:35AM -0500, Andrew F. Davis wrote:

> Move the OPTEE load address to 0xbdb00000 in order to avoid
> overlap with the memory regions used in radio and RVC usecases.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

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

Patch

diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig
index 956e39f1f8..138017d0d1 100644
--- a/configs/am57xx_hs_evm_defconfig
+++ b/configs/am57xx_hs_evm_defconfig
@@ -3,7 +3,7 @@  CONFIG_OMAP54XX=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_TI_SECURE_DEVICE=y
 CONFIG_TARGET_AM57XX_EVM=y
-CONFIG_TI_SECURE_EMIF_REGION_START=0xbe000000
+CONFIG_TI_SECURE_EMIF_REGION_START=0xbdb00000
 CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000
 CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000
 # CONFIG_SPL_NAND_SUPPORT is not set