]> git.baikalelectronics.ru Git - kernel.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)
commit2ba461d33e1337977af98049bb99252a27f939b6
treef020001483d877540a17297c9d9b3bfb6d9582fd
parentb5e0b0ccdb07ad0bc21fd53778bb7e41ccc3a9df
[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