
20 May
2009
20 May
'09
8:30 a.m.
Hi
2009/5/20 alfred steele alfred.jaquez@gmail.com:
Hi,
The processor clock on the board i am using is to 532Mhz. I want to default it to 400(399) Mhz. I tried tweaking values in include/configs/<boardname>.h file but with little success. How do i change the frequency to 399 through the uboot code?
You have to edit the PLL settings in your lowlevel_init.S (or equivalent).
/Magnus