summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-03 23:09:37 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-03 23:09:52 -0600
commit9aa91bc793160928726051cd9173738e08b50d16 (patch)
tree7b07b9455ce396c7535a9e5e5a184357fb93bada /target/arm/Makefile
parentfc59f61e58f9b29472f1f3b62c831b158e75c2d4 (diff)
add dtb for quad cpu hummingboard
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 391afe6e4..6b3b7f413 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -91,7 +91,7 @@ kernel-install: kernel-strip
dtb-install:
ifeq ($(ADK_TARGET_SYSTEM_SOLIDRUN_IMX6),y)
env $(KERNEL_MAKE_ENV) $(MAKE) -C $(LINUX_DIR) $(KERNEL_MAKE_OPTS) \
- imx6q-cubox-i.dtb imx6dl-cubox-i.dtb imx6dl-hummingboard.dtb $(MAKE_TRACE)
+ imx6q-cubox-i.dtb imx6dl-cubox-i.dtb imx6dl-hummingboard.dtb imx6q-hummingboard.dtb $(MAKE_TRACE)
$(CP) $(LINUX_DIR)/arch/arm/boot/dts/imx6*.dtb \
$(FW_DIR)
endif