summaryrefslogtreecommitdiff
path: root/board/ti/am62ax/am62ax.env
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-07-14 08:52:30 +0300
committerTom Rini <trini@konsulko.com>2023-07-22 03:35:50 +0300
commitd8ea68da6bf15dc90b95aa9affd96c12c5e1f9b2 (patch)
tree52b7ded1fddfba04c7afedba4e647698add7e17b /board/ti/am62ax/am62ax.env
parenta5e8678e0a32f85ad012aea7641e9534ada5c0fe (diff)
downloadu-boot-d8ea68da6bf15dc90b95aa9affd96c12c5e1f9b2.tar.xz
environment: ti: Prefix ARM64 DTB names with directory
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 Eatmon <reatmon@ti.com> Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Reviewed-by: Nikhil M Jain <n-jain1@ti.com>
Diffstat (limited to 'board/ti/am62ax/am62ax.env')
-rw-r--r--board/ti/am62ax/am62ax.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am62ax/am62ax.env b/board/ti/am62ax/am62ax.env
index 8c1c26e9a2..95401756e2 100644
--- a/board/ti/am62ax/am62ax.env
+++ b/board/ti/am62ax/am62ax.env
@@ -1,7 +1,7 @@
#include <environment/ti/ti_armv7_common.env>
#include <environment/ti/mmc.env>
-default_device_tree=k3-am62a7-sk.dtb
+default_device_tree=ti/k3-am62a7-sk.dtb
findfdt=
setenv name_fdt ${default_device_tree};
setenv fdtfile ${name_fdt}