From: Grant Likely Date: Tue, 9 Oct 2007 20:45:28 +0000 (-0600) Subject: [POWERPC] MPC5200: Don't make firmware fixups into common code X-Git-Tag: v2.6.24-rc1~1450^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de3b992a6880828943f1b5849e1e7153fe4185c;p=pandora-kernel.git [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 Signed-off-by: Sylvain Munaut --- Reading git-diff-tree failed