summaryrefslogtreecommitdiff
path: root/board/ti/j721s2
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/j721s2
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/j721s2')
-rw-r--r--board/ti/j721s2/j721s2.env6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/ti/j721s2/j721s2.env b/board/ti/j721s2/j721s2.env
index f4467770e4..67953d3f59 100644
--- a/board/ti/j721s2/j721s2.env
+++ b/board/ti/j721s2/j721s2.env
@@ -7,13 +7,13 @@
#include <environment/ti/k3_rproc.env>
#endif
-default_device_tree=k3-j721s2-common-proc-board.dtb
+default_device_tree=ti/k3-j721s2-common-proc-board.dtb
findfdt=
setenv name_fdt ${default_device_tree};
if test $board_name = j721s2; then \
- setenv name_fdt k3-j721s2-common-proc-board.dtb; fi;
+ setenv name_fdt ti/k3-j721s2-common-proc-board.dtb; fi;
if test $board_name = am68-sk; then
- setenv name_fdt k3-am68-sk-base-board.dtb; fi;
+ setenv name_fdt ti/k3-am68-sk-base-board.dtb; fi;
setenv fdtfile ${name_fdt}
name_kern=Image
console=ttyS2,115200n8