Skip to content
Snippets Groups Projects
Commit a0c9c711 authored by Luka Perkov's avatar Luka Perkov
Browse files

imx6: fix symlink of dtb files


Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>

SVN-Revision: 38510
parent 9e01011b
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ define Image/InstallKernel/Template
$(INSTALL_DIR) $(TARGET_DIR)/boot
ifneq ($(1),)
$(CP) $(BIN_DIR)/$(IMG_PREFIX)-$(1).dtb $(TARGET_DIR)/boot/
ln -sf $(IMG_PREFIX)-$(1).dtb $(TARGET_DIR)/boot/$(1)
ln -sf $(IMG_PREFIX)-$(1).dtb $(TARGET_DIR)/boot/$(1).dtb
endif
endif
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment