From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Mon, 13 Nov 2006 09:00:02 +0100 Subject: [U-Boot-Users] init of gd->cpu_clk Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I want to use gd->cpu_clk, but the value is 0. I search for the init code and found the function get_clocks. But in my arch (m68k) get_clocks was never called. My Question: Where should I initialize gd->cpu_clk or call get_clocks? Thanks