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