[U-Boot-Users] make <board>_config question

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

In message 6.1.1.1.0.20041116141009.01e24530@ptg1.spd.analog.com you wrote:
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?
This has been done before. Just have a look at the other targets in the Makefile.
path> make <board_name>_config Configuring for <board_name> board ... Setting CCLK to 500MHz Setting SLCK to 133MHz
...
But please don't print whole novels; no more than 2 lines, please.
Best regards,
Wolfgang Denk
participants (2)
-
Robin Getz
-
Wolfgang Denk