diff options
author | Moses Christopher | 2021-06-11 16:13:36 +0000 |
---|---|---|
committer | Lokesh Vutla | 2021-07-15 17:56:03 +0530 |
commit | 2f147e028c91f17173bdf74087db2fc34eb751fe (patch) | |
tree | 333631f52f1e96a7fa823f481ba7c9d59e4138f3 /include/configs/am335x_guardian.h | |
parent | f11c3b0ef3c64a4ea9df3ab1960043de51038823 (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 <BollavarapuMoses.Christopher@in.bosch.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210611161350.2141-5-Gireesh.Hiremath@in.bosch.com
Diffstat (limited to 'include/configs/am335x_guardian.h')
-rw-r--r-- | include/configs/am335x_guardian.h | 1 |
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" \ |