mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 14:41:26 +01:00
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
This commit is contained in:
parent
f11c3b0ef3
commit
2f147e028c
@ -29,6 +29,7 @@
|
|||||||
#define MEM_LAYOUT_ENV_SETTINGS \
|
#define MEM_LAYOUT_ENV_SETTINGS \
|
||||||
"scriptaddr=0x80000000\0" \
|
"scriptaddr=0x80000000\0" \
|
||||||
"pxefile_addr_r=0x80100000\0" \
|
"pxefile_addr_r=0x80100000\0" \
|
||||||
|
"tftp_load_addr=0x82000000\0" \
|
||||||
"kernel_addr_r=0x82000000\0" \
|
"kernel_addr_r=0x82000000\0" \
|
||||||
"fdt_addr_r=0x88000000\0" \
|
"fdt_addr_r=0x88000000\0" \
|
||||||
"ramdisk_addr_r=0x88080000\0" \
|
"ramdisk_addr_r=0x88080000\0" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user