mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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:
parent
f7c9b0ccad
commit
44179982b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue