ipq806x: change the tftp default load address

Adjust the tftp loading address, so that it wont
try to load the files to the u-boot region in ram.

Change-Id: I8b56ce8930c534b275c157c06033ba385ccb8a04
Signed-off-by: sameeruddin shaik <samesh@codeaurora.org>
This commit is contained in:
sameeruddin shaik 2018-12-13 11:49:28 +05:30
parent f7c9b0ccad
commit 44179982b6

View file

@ -244,7 +244,7 @@ typedef struct {
#define IPQ_NSSTCM_DUMP_ADDR (IPQ_MEM_RESERVE_BASE(nsstcmdump))
#define IPQ_TEMP_DUMP_ADDR (IPQ_MEM_RESERVE_BASE(nsstcmdump))
#define IPQ_TFTP_MIN_ADDR (CONFIG_SYS_SDRAM_BASE + (32 << 20))
#define IPQ_TFTP_MIN_ADDR (CONFIG_SYS_SDRAM_BASE + (64 << 20))
#define IPQ_TFTP_MAX_ADDR (gd->bd->bi_dram[0].start + \
gd->bd->bi_dram[0].size)