[U-Boot-Users] MPC83xx bus_clk error

Liu Dave-r63238 DaveLiu at freescale.com
Wed May 24 14:06:44 CEST 2006


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




More information about the U-Boot mailing list