Commit 1c9021d6227e627fb1b527807229d951fb9c1db0

Authored by Andrew F. Davis
Committed by Tom Rini
1 parent e3e3c633b6

defconfigs: am57xx_hs_evm: Add default OPTEE load address

Currently we let U-Boot find a spot at the end of DRAM at runtime, this
forces us to build an OPTEE image based on the size of DRAM for an EVM.
Add a default address that works across all current AM57xx EVMs.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

configs/am57xx_hs_evm_defconfig
... ... @@ -3,6 +3,9 @@
3 3 CONFIG_TI_SECURE_DEVICE=y
4 4 # CONFIG_SPL_NAND_SUPPORT is not set
5 5 CONFIG_TARGET_AM57XX_EVM=y
  6 +CONFIG_TI_SECURE_EMIF_REGION_START=0xbe000000
  7 +CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000
  8 +CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000
6 9 CONFIG_SPL_SPI_FLASH_SUPPORT=y
7 10 CONFIG_SPL_SPI_SUPPORT=y
8 11 CONFIG_SPL_STACK_R_ADDR=0x82000000