[PATCH v2 04/18] am335x, guardian: set tftp_load_addr in environment
Gireesh.Hiremath at in.bosch.com
Gireesh.Hiremath at in.bosch.com
Thu Apr 22 15:31:38 CEST 2021
From: Moses Christopher <BollavarapuMoses.Christopher at in.bosch.com>
Set tftp_load_addr to 0x82000000 in MEM_LAYOUT_ENV_SETTINGS
Signed-off-by: Moses Christopher <BollavarapuMoses.Christopher at in.bosch.com>
---
include/configs/am335x_guardian.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/am335x_guardian.h b/include/configs/am335x_guardian.h
index c34c07a493..fe36e34c7d 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" \
--
2.20.1
More information about the U-Boot
mailing list