
From: Tom Rini <trini@kernel.crashing.org>

Currently a number of Motorola PPC32 machine will not boot, as the final
zImage isn't built correctly for them.



 25-akpm/arch/ppc/boot/simple/Makefile |    1 +
 1 files changed, 1 insertion(+)

diff -puN arch/ppc/boot/simple/Makefile~moto-ppc32-booting-fix arch/ppc/boot/simple/Makefile
--- 25/arch/ppc/boot/simple/Makefile~moto-ppc32-booting-fix	Tue Dec 23 13:20:47 2003
+++ 25-akpm/arch/ppc/boot/simple/Makefile	Tue Dec 23 13:20:47 2003
@@ -76,6 +76,7 @@ zimageinitrd-$(CONFIG_GEMINI)		:= zImage
 # 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

_
