Merge "ipq40xx: Added Macros to support length check in tftp"

This commit is contained in:
Linux Build Service Account 2017-11-24 06:37:05 -08:00 committed by Gerrit - the friendly Code Review server
commit 3f5a8aa294

View file

@ -70,6 +70,16 @@
#define CONFIG_IPQ_APPSBL_IMG_TYPE 0x5
/*
* 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.
* TFTP file can only be written in Linux HLOS region and WLAN AREA.
*/
#define IPQ_TFTP_MIN_ADDR CONFIG_SYS_SDRAM_BASE
#define CONFIG_TZ_END_ADDR 0x88000000
#define CONFIG_SYS_SDRAM_END (CONFIG_SYS_SDRAM_BASE + gd->ram_size)
#define CONFIG_IPQ40XX_ENV
#define CONFIG_ENV_IS_IN_NAND