[linux-yocto] [PATCH 38/38] arch/arm/axxia: Remove the axxia zImage.fm build
Cristian Bercaru
cristian.bercaru at windriver.com
Wed May 20 12:24:21 PDT 2015
From: Charlie Paul <cpaul.windriver at gmail.com>
Ported the U-Boot to simulation so the zImage and
linux.img do not have to be build anymore.
Signed-off-by: Charlie Paul <cpaul.windriver at gmail.com>
---
arch/arm/boot/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index 386421b..6798e0f 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -53,9 +53,6 @@ $(obj)/compressed/vmlinux: $(obj)/Image FORCE
$(obj)/zImage: $(obj)/compressed/vmlinux FORCE
$(call if_changed,objcopy)
-ifeq ($(MACHINE),arch/arm/mach-axxia/)
- $(Q)$(MAKE) $(build)=$(obj)/fmboot $(obj)/linux.img
-endif
@$(kecho) ' Kernel: $@ is ready'
endif
--
1.7.9.5
More information about the linux-yocto
mailing list