summaryrefslogtreecommitdiff
path: root/include
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 /include
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 '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 d8ef2509a8..98751f2617 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" \