Skip to content
Snippets Groups Projects
Commit cb56936c authored by Nishanth Menon's avatar Nishanth Menon Committed by Lokesh Vutla
Browse files

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: default avatarNishanth Menon <nm@ti.com>
parent 25364f5e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment