ipq6018: fixing CONFIG_TZ_END_ADDR address

Change-Id: Iace79c039eaf7dbce5c1c9dadb34b0c33fe7d734
Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
Antony Arun T 2019-05-14 11:18:21 +05:30
parent 345ae64c7c
commit 3fbb3a9bf3

View file

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