Re: [PATCH 25/30] ARM: OMAP depends on MMU

2011-10-03 Thread Tony Lindgren
* Santosh Shilimkar [111002 21:47]: > On Sunday 02 October 2011 08:15 PM, Arnd Bergmann wrote: > > There is no way to build OMAP kernels without an MMU > > at this point because of dependencies on MMU-only functions. > > > > As long as nobody is interested in fixing this, let's just disable > > t

Re: [PATCH 25/30] ARM: OMAP depends on MMU

2011-10-02 Thread Santosh Shilimkar
On Sunday 02 October 2011 08:15 PM, Arnd Bergmann wrote: > There is no way to build OMAP kernels without an MMU > at this point because of dependencies on MMU-only functions. > > As long as nobody is interested in fixing this, let's just disable > this platforms for nommu kernels. > > Signed-off-

[PATCH 25/30] ARM: OMAP depends on MMU

2011-10-02 Thread Arnd Bergmann
There is no way to build OMAP kernels without an MMU at this point because of dependencies on MMU-only functions. As long as nobody is interested in fixing this, let's just disable this platforms for nommu kernels. Signed-off-by: Arnd Bergmann --- arch/arm/Kconfig |1 + 1 files changed, 1 i