diff mbox series

[3/5] env: ti: ufs: Use dtboaddr instead of overlayaddr

Message ID 20201006190507.13346-4-nm@ti.com
State Superseded
Delegated to: Lokesh Vutla
Headers show
Series configs: ti: am65x/j721e: Use DEFAULT_LINUX_BOOT_ENV | expand

Commit Message

Nishanth Menon Oct. 6, 2020, 7:05 p.m. UTC
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 <nm@ti.com>
---
 include/environment/ti/ufs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/include/environment/ti/ufs.h b/include/environment/ti/ufs.h
index d457e2030814..6619ec9c88ed 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