From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Thu, 22 Apr 2004 11:02:06 -0500 Subject: [U-Boot-Users] dynamic setting of CONFIG_SYS_CLK_FREQ Message-ID: <66FC73FC-9476-11D8-A48D-000393DBC2E8@motorola.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I was wondering if there where an examples in the current u-boot source tree in which CONFIG_SYS_CLK_FREQ was determined dynamically. I have a system in which I can read a config register on the board to let me know if the CONFIG_SYS_CLK_FREQ is 66Mhz or 33Mhz. I was hoping to have the 16550 uart (and anything else) that needed CONFIG_SYS_CLK_FREQ grab it from a variable instead. This is on an MPC85xx platform system. thanks - Kumar