summaryrefslogtreecommitdiffstats
path: root/arch/arm/config.mk
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2014-03-31 09:50:35 +0200
committerStefano Babic <sbabic@denx.de>2014-04-02 10:45:35 +0200
commite64348f5eb4aef7e119a46b97bdba2cc9cb15fc5 (patch)
treec09c153778e922eda568f68a78a8dac0a4589cb5 /arch/arm/config.mk
parentbb2637be096b842ee25b96c7cfe4f26e55fb7026 (diff)
downloadblackbird-obmc-uboot-e64348f5eb4aef7e119a46b97bdba2cc9cb15fc5.tar.gz
blackbird-obmc-uboot-e64348f5eb4aef7e119a46b97bdba2cc9cb15fc5.zip
imx: add rules for U-Boot DTB support
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/config.mk')
-rw-r--r--arch/arm/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/config.mk b/arch/arm/config.mk
index 17b7408835..5bd39617bb 100644
--- a/arch/arm/config.mk
+++ b/arch/arm/config.mk
@@ -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
OpenPOWER on IntegriCloud