powerpc: converted embedded platforms to use new define_machine support
authorKumar Gala <galak@kernel.crashing.org>
Fri, 31 Mar 2006 05:39:57 +0000 (23:39 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 31 Mar 2006 05:39:57 +0000 (23:39 -0600)
commit72d2c3e038fb4846e32cf3f6d66ebd1013329986
treeee76ba636dd4f1f6e8c4d7ee34696adfa5f49f0f
parent1a6a4ffef6a405f60b51856725074532c9696ac2
powerpc: converted embedded platforms to use new define_machine support

Removed platform_init usage on 83xx and 85xx and use define_machine and
probe().  For now we always return true in the problem since you can only
build for one specific board at a time.  This is an artificial constraint.
When we get ride of it we will need to update the Kconfig's for these
sub-arch's and make the board's probe() functions actually do something.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/setup_32.c
arch/powerpc/platforms/83xx/mpc834x_sys.c
arch/powerpc/platforms/85xx/mpc85xx_ads.c