
16 Nov
2004
16 Nov
'04
11:13 p.m.
All:
I was adding a cpu/board to U-boot, and had a quick question:
Is there anyway for the process of: ---------------- path> make <board_name>_config Configuring for <board_name> board ...
path> ----------------
Can dump any more information out? For example - in my processor, I can set a PLL, and have separate CPU and peripheral clocks. Any thoughts?
---------------- path> make <board_name>_config Configuring for <board_name> board ... Setting CCLK to 500MHz Setting SLCK to 133MHz
path> ----------------
Thanks -Robin