From: Nishanth Menon Date: Thu, 8 Oct 2020 02:47:59 +0000 (-0500) Subject: env: ti: ufs: Use dtboaddr instead of overlayaddr X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=cb56936ce575ba043eb03e2a437950e7a078be49;p=u-boot.git env: ti: ufs: Use dtboaddr instead of overlayaddr Use dtboaddr to define the overlay address common to all TI platforms instead of creating a new overlayaddr for the purpose. Signed-off-by: Nishanth Menon --- diff --git a/include/environment/ti/ufs.h b/include/environment/ti/ufs.h index d457e20308..6619ec9c88 100644 --- a/include/environment/ti/ufs.h +++ b/include/environment/ti/ufs.h @@ -26,8 +26,8 @@ "fdt resize 0x100000;" \ "for overlay in $name_overlays;" \ "do;" \ - "load scsi ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && " \ - "fdt apply ${overlayaddr};" \ + "load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && " \ + "fdt apply ${dtboaddr};" \ "done;\0" #endif