summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Davis <[email protected]>2023-07-14 11:22:30 +0530
committerTom Rini <[email protected]>2023-07-21 20:35:50 -0400
commitd8ea68da6bf15dc90b95aa9affd96c12c5e1f9b2 (patch)
tree52b7ded1fddfba04c7afedba4e647698add7e17b /include
parenta5e8678e0a32f85ad012aea7641e9534ada5c0fe (diff)
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 <[email protected]> Signed-off-by: Andrew Davis <[email protected]> Signed-off-by: Manorit Chawdhry <[email protected]> Reviewed-by: Nikhil M Jain <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am62ax_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am62ax_evm.h b/include/configs/am62ax_evm.h
index d8ef2509a89..98751f26175 100644
--- a/include/configs/am62ax_evm.h
+++ b/include/configs/am62ax_evm.h
@@ -21,7 +21,7 @@
/* U-Boot general configuration */
#define EXTRA_ENV_AM62A7_BOARD_SETTINGS \
- "default_device_tree=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
+ "default_device_tree=ti/k3-am62a7-sk.dtb\0" \
"findfdt=" \
"setenv name_fdt ${default_device_tree};" \
"setenv fdtfile ${name_fdt}\0" \