On Tue, 2007-07-17 at 12:48, Vitaly Bordug wrote:
't.
quoted
Yet many boards still have this stuff (like pretty recent 86xx) - should
we at least add some comments or clean that up?
Hrm. Alright. I'm on deck for a patch here, I see... :-)
But you might notice that the most recent board port
that I added, mpc8544_ds.c, does NOT have it:
static void __init mpc8544_ds_setup_arch(void)
{
if (ppc_md.progress)
ppc_md.progress("mpc8544_ds_setup_arch()", 0);
printk("MPC8544 DS board from Freescale Semiconductor\n");
}
Thanks,
jdl