
On 14/07/23 11:22, Manorit Chawdhry wrote:
From: Andrew Davisafd@ti.com
In Linux the ARM64 DTSs are stored in vendor directories to help organize the files and prevent naming collisions. The deployed DTBs will mirror this and so the vendor prefix should be added to the variable used to locate these files.
Suggested-by: Ryan Eatmonreatmon@ti.com Signed-off-by: Andrew Davisafd@ti.com Signed-off-by: Manorit Chawdhrym-chawdhry@ti.com
board/ti/am62ax/am62ax.env | 2 +- board/ti/am62x/am62x.env | 2 +- board/ti/am64x/am64x.env | 4 ++-- board/ti/am65x/am65x.env | 2 +- board/ti/j721e/j721e.env | 8 ++++---- board/ti/j721s2/j721s2.env | 6 +++--- include/configs/am62ax_evm.h | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-)
Reviewed-by: Nikhil M Jain n-jain1@ti.com