From 6bac5cc7cdfd349710bc7b7cf59147b0dc42f2f4 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 30 Dec 2003 00:58:57 -0800 Subject: [PATCH] [PATCH] Fix booting on a number of Motorola PPC32 machines From: Tom Rini Currently a number of Motorola PPC32 machine will not boot, as the final zImage isn't built correctly for them. --- arch/ppc/boot/simple/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile index 0d2d1b0443c6..4de43a8a4de3 100644 --- a/arch/ppc/boot/simple/Makefile +++ b/arch/ppc/boot/simple/Makefile @@ -76,6 +76,7 @@ zimageinitrd-$(CONFIG_GEMINI) := zImage.initrd-STRIPELF # The rest will be unset. motorola := $(CONFIG_MCPN765)$(CONFIG_MVME5100)$(CONFIG_PRPMC750) \ $(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS) +motorola := $(strip $(motorola)) pcore := $(CONFIG_PCORE)$(CONFIG_POWERPMC250) zimage-$(motorola) := zImage-PPLUS -- 2.39.5