Re: [PATCH 26/30] ARM: omap: add board autoselection

2011-10-04 Thread Arnd Bergmann
On Monday 03 October 2011, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [111003 02:20]: On Monday 03 October 2011 11:27:44 Cousson, Benoit wrote: In the long run, I'd hope we can just get rid of these for subarchitectures that support device tree probing and make the

Re: [PATCH 26/30] ARM: omap: add board autoselection

2011-10-04 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [111004 00:10]: On Monday 03 October 2011, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [111003 02:20]: On Monday 03 October 2011 11:27:44 Cousson, Benoit wrote: In the long run, I'd hope we can just get rid of these for subarchitectures

Re: [PATCH 26/30] ARM: omap: add board autoselection

2011-10-04 Thread Arnd Bergmann
On Tuesday 04 October 2011 08:57:52 Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [111004 00:10]: On Monday 03 October 2011, Tony Lindgren wrote: Yes please leave out the list so we don't need to constantly update it. Let's just always build in MACH_OMAP_GENERIC. That's what I

[GIT PULL] initial omap DT support for v3.2 merge window (Re: [PATCH 26/30] ARM: omap: add board autoselection)

2011-10-04 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [111004 11:55]: On Tuesday 04 October 2011 08:57:52 Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [111004 00:10]: On Monday 03 October 2011, Tony Lindgren wrote: Yes please leave out the list so we don't need to constantly update it. Let's just

Re: [PATCH 26/30] ARM: omap: add board autoselection

2011-10-03 Thread Arnd Bergmann
On Monday 03 October 2011 10:58:23 Santosh Shilimkar wrote: +config MACH_OMAP_AUTO_BOARD + def_bool y + depends on !MACH_OMAP2_TUSB6010 + depends on !MACH_OMAP_H4 + depends on !MACH_OMAP_APOLLON + depends on !MACH_OMAP_APOLLON + depends on !MACH_OMAP_2430SDP

Re: [PATCH 26/30] ARM: omap: add board autoselection

2011-10-03 Thread Santosh Shilimkar
On Monday 03 October 2011 02:41 PM, Arnd Bergmann wrote: On Monday 03 October 2011 10:58:23 Santosh Shilimkar wrote: +config MACH_OMAP_AUTO_BOARD + def_bool y + depends on !MACH_OMAP2_TUSB6010 + depends on !MACH_OMAP_H4 + depends on !MACH_OMAP_APOLLON + depends on

Re: [PATCH 26/30] ARM: omap: add board autoselection

2011-10-03 Thread Arnd Bergmann
On Monday 03 October 2011 11:27:44 Cousson, Benoit wrote: In the long run, I'd hope we can just get rid of these for subarchitectures that support device tree probing and make the device tree based machine description unconditional. This is really our goal, we will have soon the

Re: [PATCH 26/30] ARM: omap: add board autoselection

2011-10-03 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [111003 02:20]: On Monday 03 October 2011 11:27:44 Cousson, Benoit wrote: In the long run, I'd hope we can just get rid of these for subarchitectures that support device tree probing and make the device tree based machine description unconditional.

[PATCH 26/30] ARM: omap: add board autoselection

2011-10-02 Thread Arnd Bergmann
At least one board file needs to be selected to successfully build a kernel, so this one adds logic to the omap Kconfig file to pick one default board file when all others are disabled. Since the available boards depend on the SoC family (omap2/3/4) being selected first, this adds one default for

Re: [PATCH 26/30] ARM: omap: add board autoselection

2011-10-02 Thread Santosh Shilimkar
On Sunday 02 October 2011 08:15 PM, Arnd Bergmann wrote: At least one board file needs to be selected to successfully build a kernel, so this one adds logic to the omap Kconfig file to pick one default board file when all others are disabled. Since the available boards depend on the SoC family