From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 28 Sep 2011 11:28:48 -0700 Subject: [PATCH] OMAP: Fix linking error in twl-common.c for OMAP2/3/4 only builds In-Reply-To: <4E43F029.6060208@matrix-vision.de> References: <20110808110056.GA15134@n2100.arm.linux.org.uk> <1312893410-3968-1-git-send-email-peter.ujfalusi@ti.com> <20110810091519.GB1939@atomide.com> <4E43F029.6060208@matrix-vision.de> Message-ID: <20110928182848.GB6324@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Sorry for the delay in replying.. * Michael Jones [110811 07:34]: > > I still stumbled upon these linker errors when building for my OMAP3 > board, using the current linux-omap master branch. I inadvertently had > CONFIG_ARCH_OMAP4=y (leftover from my starting point, > omap2plus_defconfig), but didn't have any of the boards with > omap_phy_internal.o selected (OMAP_4430SDP, OMAP4_PANDA, PCM049, PCM049, > OMAP3517EVM). Maybe this isn't a concern anyway, since anybody building > with CONFIG_ARCH_OMAP4 will presumably also be building one of those > boards? I don't know if it is our goal to build successfully with every > wacky CONFIG_ combination, but I thought I would report it here just in > case. Probably the best way is to get omap specific randconfigs going based on something what Arnd posted few days ago. Even with the old defconfig files we'll still be missing many corner cases. Regards, Tony