summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMoses Christopher <[email protected]>2021-06-11 16:13:36 +0000
committerLokesh Vutla <[email protected]>2021-07-15 17:56:03 +0530
commit2f147e028c91f17173bdf74087db2fc34eb751fe (patch)
tree333631f52f1e96a7fa823f481ba7c9d59e4138f3 /include
parentf11c3b0ef3c64a4ea9df3ab1960043de51038823 (diff)
am335x, guardian: set tftp_load_addr in environment
Set tftp_load_addr to 0x82000000 in MEM_LAYOUT_ENV_SETTINGS Signed-off-by: Moses Christopher <[email protected]> Signed-off-by: Lokesh Vutla <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
-rw-r--r--include/configs/am335x_guardian.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_guardian.h b/include/configs/am335x_guardian.h
index c34c07a493c..fe36e34c7db 100644
--- a/include/configs/am335x_guardian.h
+++ b/include/configs/am335x_guardian.h
@@ -29,6 +29,7 @@
#define MEM_LAYOUT_ENV_SETTINGS \
"scriptaddr=0x80000000\0" \
"pxefile_addr_r=0x80100000\0" \
+ "tftp_load_addr=0x82000000\0" \
"kernel_addr_r=0x82000000\0" \
"fdt_addr_r=0x88000000\0" \
"ramdisk_addr_r=0x88080000\0" \