From a54b8303d2a95f38d96bb1e2950f3e5c9ee76659 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 30 Mar 2015 20:21:24 +0000 Subject: brcm63xx: don't build non-dtb kernels anymore Now that all supported boards have an dts there is no need for a dtb free kernel anymore. Signed-off-by: Jonas Gorski SVN-Revision: 45169 --- target/linux/brcm63xx/image/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'target/linux/brcm63xx/image/Makefile') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index ae84b1da09..6b8fa55141 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -205,12 +205,9 @@ define Image/Prepare $(CP) ../../generic/image/relocate $(KDIR) $(MAKE) -C $(KDIR)/relocate $(RELOCATE_MAKEOPTS) - $(call Image/PrepareCFELzmaKernel,) - $(foreach board,$(sort $(TARGET_$(PROFILE)_DTBS)), $(call Image/PrepareCFELzmaKernelDTB,$(board))) ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) - $(call Image/PrepareLoader,-initramfs,$(BIN_DIR),loader.elf) $(foreach board,$(sort $(TARGET_$(PROFILE)_DTBS)), \ $(call Image/PrepareLoaderDTB,-initramfs,$(board),$(BIN_DIR),loader.elf)) ifneq (,$(findstring cvg834g,$(TARGET_$(PROFILE)_DTBS))) -- cgit v1.2.3