]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
am335x, guardian: set tftp_load_addr in environment
authorMoses Christopher <BollavarapuMoses.Christopher@in.bosch.com>
Fri, 11 Jun 2021 16:13:36 +0000 (16:13 +0000)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Jul 2021 12:26:03 +0000 (17:56 +0530)
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
include/configs/am335x_guardian.h

index c34c07a493c85382de40387843363d45c2c76e6e..fe36e34c7dbf288c6b9f156fabb9067fa8256c5b 100644 (file)
@@ -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" \