* [PATCH] imx53: undefined reference to `imx_get_i2cclk'
@ 2012-03-26 6:06 guenter.gebhardt
2012-03-26 17:13 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: guenter.gebhardt @ 2012-03-26 6:06 UTC (permalink / raw)
To: barebox
[-- Attachment #1.1: Type: text/plain, Size: 593 bytes --]
Fix linker error when compiling for imx53 with I2C enabled.
Signed-off-by: Guenter Gebhardt <g.gebhardt@gg-sw-systems.de>
--
diff --git a/barebox/arch/arm/mach-imx/speed-imx53.c
b/barebox/arch/arm/mach-imx/speed-imx53.c
index 0d6ac24..a168c65 100644
--- a/barebox/arch/arm/mach-imx/speed-imx53.c
+++ b/barebox/arch/arm/mach-imx/speed-imx53.c
@@ -169,6 +169,11 @@ unsigned long imx_get_fecclk(void)
return imx_get_ipgclk();
}
+unsigned long imx_get_i2cclk(void)
+{
+ return imx_get_ipgclk();
+}
+
unsigned long imx_get_mmcclk(void)
{
u32 reg, prediv, podf, rate;
--
[-- Attachment #1.2: Type: text/html, Size: 1626 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] imx53: undefined reference to `imx_get_i2cclk'
2012-03-26 6:06 [PATCH] imx53: undefined reference to `imx_get_i2cclk' guenter.gebhardt
@ 2012-03-26 17:13 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-03-26 17:13 UTC (permalink / raw)
To: guenter.gebhardt; +Cc: barebox
On Mon, Mar 26, 2012 at 08:06:22AM +0200, guenter.gebhardt@rafi.de wrote:
> Fix linker error when compiling for imx53 with I2C enabled.
>
Which branch is this patch targeted to? I applied it to next and
reverted it afterwards because there already is a imx_get_i2cclk.
Also master has imx_get_i2cclk already.
Sascha
> Signed-off-by: Guenter Gebhardt <g.gebhardt@gg-sw-systems.de>
> --
> diff --git a/barebox/arch/arm/mach-imx/speed-imx53.c
> b/barebox/arch/arm/mach-imx/speed-imx53.c
> index 0d6ac24..a168c65 100644
> --- a/barebox/arch/arm/mach-imx/speed-imx53.c
> +++ b/barebox/arch/arm/mach-imx/speed-imx53.c
> @@ -169,6 +169,11 @@ unsigned long imx_get_fecclk(void)
> return imx_get_ipgclk();
> }
>
> +unsigned long imx_get_i2cclk(void)
> +{
> + return imx_get_ipgclk();
> +}
> +
> unsigned long imx_get_mmcclk(void)
> {
> u32 reg, prediv, podf, rate;
> --
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-26 17:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-26 6:06 [PATCH] imx53: undefined reference to `imx_get_i2cclk' guenter.gebhardt
2012-03-26 17:13 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox