Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 456f61be authored by Robert Nelson's avatar Robert Nelson
Browse files

Revert "beagleboneai64: drop extra ti in fdtfile path"

This reverts commit b6762d0a

.

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent b6762d0a
No related merge requests found
......@@ -73,8 +73,8 @@ int board_late_init(void)
{
char fdtfile[50];
snprintf(fdtfile, sizeof(fdtfile), "%s.dtb",
CONFIG_DEFAULT_DEVICE_TREE);
snprintf(fdtfile, sizeof(fdtfile), "%s/%s.dtb",
CONFIG_TI_FDT_FOLDER_PATH, CONFIG_DEFAULT_DEVICE_TREE);
env_set("fdtfile", fdtfile);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment