Skip to content

Commit

Permalink
env: ti: ufs: Use dtboaddr instead of overlayaddr
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nmenon authored and lokeshvutla committed Oct 12, 2020
1 parent 25364f5 commit cb56936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/environment/ti/ufs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit cb56936

Please sign in to comment.