From: Kumar Gala Date: Fri, 31 Mar 2006 05:39:57 +0000 (-0600) Subject: powerpc: converted embedded platforms to use new define_machine support X-Git-Tag: v2.6.17-rc1~16^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72d2c3e038fb4846e32cf3f6d66ebd1013329986;p=pandora-kernel.git 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 --- Reading git-diff-tree failed