On Thu, 21 Apr 2011, Andy Green wrote:
On 04/20/2011 11:20 PM, Somebody in the thread at some point said:
Hi -
I noticed this commit:
This introduces a defconfig version of Sebastien Jan's reference config for Panda.
To use the defconfig, you need to use the following scheme to expand it back to being a full config
make ARCH=arm defconfig cat arch/arm/configs/omap4_defconfig>>.config make ARCH=arm oldnoconfig
[...]
No you can build the combined kernel OK now. In this commit -->
http://git.linaro.org/gitweb?p=people/andygreen/kernel-tilt.git%3Ba=patch%3B...
I enabled overo, pandora, beagle, zoom, igep0020 in the defconfig and it built OK. I updated Seb's defconfig commit to use this new differential defconfig stuff recommended by npitre (and document how to unpack it since it wasn't obvious) but thought I had better leave his original status in the commit log until it's confirmed it actually works or not on OMAP3 not just builds now.
Still... what's wrong with simply doing:
make omap4_defconfig
and be done with it?
Nicolas