[GIT PULL] omap cleanup part1 for v3.2 merge window
From: tony@atomide.com (Tony Lindgren)
Date: 2011-09-22 00:52:53
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2011-09-22 00:52:53
Also in:
linux-omap
* Arnd Bergmann [off-list ref] [110920 23:34]:
On Tuesday 20 September 2011 15:33:12 Tony Lindgren wrote:quoted
* Arnd Bergmann [off-list ref] [110920 14:12]:quoted
On Tuesday 20 September 2011, Arnd Bergmann wrote:quoted
One more thing: my randconfig tests are running now and have spit out a new error after merging lost of stuff today:Good to hear you got "arndconfig" running :) Do you think we could also add support for something like this: $ echo CONFIG_ARCH_OMAP=y > .config $ make randconfig or $ make --force=CONFIG_ARCH_OMAP randconfig Where randconfig would keep the forced CONFIG_ARCH_OMAP static while randomly selecting the others? This would allow targeted randconfig for each patch more or less..The mechanism I use is setting KCONFIG_ALLCONFIG= to a file that has the options I want to have set to a specific value. If you don't do that, randconfig will take the default option for each 'choice' statement, which means we build for the ARCH_VERSATILE platform. See the script I'm using at the end of this mail. It should be easy for you to pick out the parts you need.
Thanks will take a look at that for sure. Tony