mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 04:50:54 +01:00
ipq40xx: Added Macros to support length check in tftp
Change-Id: Ib9e4f8109fae7627ac5db39a0e6f2c27f19e53ff Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>
This commit is contained in:
parent
f3af149d5f
commit
652b9213fa
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue