From 3fbb3a9bf327bf424ae6f56c18ac732fe3f423bd Mon Sep 17 00:00:00 2001 From: Antony Arun T Date: Tue, 14 May 2019 11:18:21 +0530 Subject: [PATCH] ipq6018: fixing CONFIG_TZ_END_ADDR address Change-Id: Iace79c039eaf7dbce5c1c9dadb34b0c33fe7d734 Signed-off-by: Antony Arun T --- include/configs/ipq6018.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/ipq6018.h b/include/configs/ipq6018.h index c0357a4001..f7b8d4d697 100644 --- a/include/configs/ipq6018.h +++ b/include/configs/ipq6018.h @@ -108,12 +108,12 @@ #define CONFIG_ENV_SECT_SIZE (64 * 1024) /* * IPQ_TFTP_MIN_ADDR: Starting address of Linux HLOS region. - * CONFIG_TZ_END_ADDR: Ending address of Trust Zone and starting - * address of WLAN Area. + * CONFIG_TZ_END_ADDR: Ending address of Trust Zone/SMEM(for ipq6018) + * and starting address of WLAN Area. * 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 0x49100000 +#define CONFIG_TZ_END_ADDR 0x4AB00000 #define CONFIG_SYS_SDRAM_END ((long long)CONFIG_SYS_SDRAM_BASE + gd->ram_size) #ifndef __ASSEMBLY__