]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Fix booting on a number of Motorola PPC32 machines
authorAndrew Morton <akpm@osdl.org>
Tue, 30 Dec 2003 08:58:57 +0000 (00:58 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 30 Dec 2003 08:58:57 +0000 (00:58 -0800)
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.

arch/ppc/boot/simple/Makefile

index 0d2d1b0443c641a2a4e2fc0b707839dbdeb46a62..4de43a8a4de3c0201ecca36c9b97725b200ba3ba 100644 (file)
@@ -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