
24 May
2006
24 May
'06
2:06 p.m.
Folks,
MPC83xx platform gd->bus_clk should be csb_clk, not libu_clk; And need clean up MPC8349ADS in Makefile.
See as below
diff u-boot/cpu/mpc83xx/speed.c u-boot-b/cpu/mpc83xx/speed.c 336,337c336 < gd->bus_clk = gd->csb_clk; ---
gd->bus_clk = gd->lbiu_clk;
diff u-boot/Makefile u-boot-b/Makefile 1328a1329,1331
MPC8349ADS_config: unconfig @./mkconfig $(@:_config=) ppc mpc83xx mpc8349ads
Regards, Dave