[U-Boot] [PATCH 2/5] imx-common: Factor out get_ahb_clk()
Fabio Estevam
festevam at gmail.com
Sun Apr 29 20:15:39 CEST 2012
Dirk,
On Sun, Apr 29, 2012 at 1:26 PM, Fabio Estevam <festevam at 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
More information about the U-Boot
mailing list