Merge "board: arm: devsoc: update TZ end address"

This commit is contained in:
Linux Build Service Account 2022-06-23 14:14:41 -07:00 committed by Gerrit - the friendly Code Review server
commit a238f44394

View file

@ -123,7 +123,7 @@
* TFTP file can only be written in Linux HLOS region and WLAN AREA.
*/
#define IPQ_TFTP_MIN_ADDR (CONFIG_SYS_SDRAM_BASE + (16 << 20))
#define CONFIG_TZ_END_ADDR (CONFIG_SYS_SDRAM_BASE + (88 << 21))
#define CONFIG_TZ_END_ADDR 0x4AA00000
#define CONFIG_SYS_SDRAM_END ((long long)CONFIG_SYS_SDRAM_BASE + gd->ram_size)
#ifndef __ASSEMBLY__