summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPrasanth Babu Mantena <p-mantena@ti.com>2023-11-07 19:12:50 +0530
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commit5ebb620708e80a2223d246efc9ec5ec23138d1e4 (patch)
treed4ca9b13882dc3964dfd971b0b41be4b884751be /board
parent23e2e6b10903cae9cd1f137cd2f6dfc5eabb240c (diff)
board: ti: j721e: Prefix BBAI64 DTB name with directory
Update variable name_fdt for beagleboneai64 case with vendor prefix to locate the dtb files. This prefix of vendor specific directory is made to avoid naming issues and match the path on the latest kernel versions. Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/j721e/j721e.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/j721e/j721e.env b/board/ti/j721e/j721e.env
index 4f91859c2e..8edbdd7ad6 100644
--- a/board/ti/j721e/j721e.env
+++ b/board/ti/j721e/j721e.env
@@ -18,7 +18,7 @@ findfdt=
if test $board_name = j721e; then
setenv name_fdt ti/k3-j721e-common-proc-board.dtb; fi;
if test $board_name = BBONEAI-64-B0-; then
- setenv name_fdt k3-j721e-beagleboneai64.dtb; fi;
+ setenv name_fdt ti/k3-j721e-beagleboneai64.dtb; fi;
if test $board_name = j7200; then
setenv name_fdt ti/k3-j7200-common-proc-board.dtb; fi;
if test $board_name = j721e-eaik || test $board_name = j721e-sk; then