
29 Apr
2012
29 Apr
'12
8:15 p.m.
Dirk,
On Sun, Apr 29, 2012 at 1:26 PM, Fabio Estevam festevam@gmail.com wrote:
This should be fixed, but it seems it does not explain the problem you are seeing. We need to check whether get_ahb_clk() is using the weak definition of get_periph_clk() instead the one from clock.c.
Yes, I confirmed that that get_ahb_clk was using the weak definition of get_periph_clk().
I removed the weak definition of get_periph_clk() and made it non-static and now it is exported via sys_proto.h.
I sent v2 which should fix the problem you reported in v1.
Thanks,
Fabio Estevam