On Wed, 2010-11-03 at 10:20 +0200, Jarkko Nikula wrote:
On Tue, 2 Nov 2010 10:58:59 -0600 (MDT) Paul Walmsley paul@pwsan.com wrote:
On Tue, 2 Nov 2010, Janusz Krzysztofik wrote:
In the new code introduced with commit cf4c87abe238ec17cd0255b4e21abd949d7f811e, "OMAP: McBSP: implement McBSP CLKR and FSR signal muxing via mach-omap2/mcbsp.c", the way omap1 build is supposed to bypass omap2 specific functionality doesn't optimize out all omap2 specific stuff. This breaks linking phase for omap1 machines, giving "undefined reference to `omap2_mcbsp1_mux_clkr_src'" and "undefined reference to `omap2_mcbsp1_mux_fsr_src'" errors. Fix it.
Created and tested against linux-2.6.37-rc1.
Signed-off-by: Janusz Krzysztofik jkrzyszt@tis.icnet.pl
Acked-by: Paul Walmsley paul@pwsan.com
Thanks Janusz.
Yep, this must go to 2.6.37.
Acked-by: Jarkko Nikula jhnikula@gmail.com
Applied.
Thanks
Liam