]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/config.mk
imx: add rules for U-Boot DTB support
[karo-tx-uboot.git] / arch / arm / config.mk
index 17b7408835b574a08e965b12dd680a8135a4bb24..5bd39617bb90d89b41cf15a422ad254e6496b2f0 100644 (file)
@@ -119,6 +119,10 @@ ifndef CONFIG_SPL_BUILD
 ALL-y += SPL
 endif
 else
+ifeq ($(CONFIG_OF_SEPARATE),y)
+ALL-y += u-boot-dtb.imx
+else
 ALL-y += u-boot.imx
 endif
 endif
+endif