]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] MPC5200: Don't make firmware fixups into common code
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 9 Oct 2007 20:45:28 +0000 (14:45 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 10 Oct 2007 16:22:04 +0000 (10:22 -0600)
commit4de3b992a6880828943f1b5849e1e7153fe4185c
treef020001483d877540a17297c9d9b3bfb6d9582fd
parent9fe2e7969d5e5af7dbd2086f2e18f4ebc585490d
[POWERPC] MPC5200: Don't make firmware fixups into common code

The Lite5200 u-boot image doesn't entirely configure the processor
correctly and so Linux needs to fixup the cpu setup in setup_arch.  Fixing
the CPU setup is good, but making it into common code is not a good idea.

New board ports should be encouraged not to take the lead of the lite5200
and instead get their firmware to setup the CPU the right way.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Sylvain Munaut <tnt@246tnt.com>
arch/powerpc/platforms/52xx/lite5200.c
arch/powerpc/platforms/52xx/mpc52xx_common.c
include/asm-powerpc/mpc52xx.h