]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
EXYNOS5: CLOCK: Add BPLL support
[karo-tx-uboot.git] / Makefile
index 7d6f408df1ba4c5fec66514a43ee580153edbfa5..53dbdd378dd08ced5e9f7df385c1d36e6229df11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -381,6 +381,15 @@ ONENAND_BIN ?= $(obj)onenand_ipl/onenand-ipl-2k.bin
 ALL-$(CONFIG_SPL) += $(obj)spl/u-boot-spl.bin
 ALL-$(CONFIG_OF_SEPARATE) += $(obj)u-boot.dtb $(obj)u-boot-dtb.bin
 
+# enable combined SPL/u-boot/dtb rules for tegra
+ifeq ($(SOC),tegra20)
+ifeq ($(CONFIG_OF_SEPARATE),y)
+ALL-y += $(obj)u-boot-dtb-tegra.bin
+else
+ALL-y += $(obj)u-boot-nodtb-tegra.bin
+endif
+endif
+
 all:           $(ALL-y) $(SUBDIR_EXAMPLES)
 
 $(obj)u-boot.dtb:      $(obj)u-boot