From: Charlie Paul <[email protected]> Ported the U-Boot to simulation so the zImage and linux.img do not have to be build anymore.
Signed-off-by: Charlie Paul <[email protected]> --- 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 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
