
1 Dec
2010
1 Dec
'10
7:58 p.m.
On Wed, 2010-12-01 at 11:50 -0700, Kumar Gala wrote:
Any reason to just not move QE init for everyone?
That was based on Wolfgang's comment: http://lists.denx.de/pipermail/u-boot/2010-August/075657.html
Haiying
I think wolfgang's gripe is about putting the code into generic board_init_r().
I think we could move it so its in misc_init_r.
So we should move qe_init out from cpu_init_r, and to a misc_init_r? should misc_init_r be defined also in 83xx/85xx's cpu_init.c file? You may see my 8/8 patch in which I defined misc_init_r for P1021 in it's board c file. I just did not want to touch the existing qe_init routines for 83xx/85xx.
Haiying