[uClinux-dev] Re: [PATCH] m68k: merge the mmu and non-mmu kernel/Makefiles

2011-08-14 Thread Greg Ungerer
Hi Geert, On 14/08/11 00:27, Geert Uytterhoeven wrote: On Thu, Aug 11, 2011 at 06:47, wrote: --- a/arch/m68k/kernel/Makefile +++ b/arch/m68k/kernel/Makefile @@ -1,5 +1,20 @@ -ifdef CONFIG_MMU -include arch/m68k/kernel/Makefile_mm -else -include arch/m68k/kernel/Makefile_no +# +# Makefile for t

[uClinux-dev] Re: [PATCH] m68k: merge the mmu and non-mmu kernel/Makefiles

2011-08-14 Thread Greg Ungerer
Hi Andreas, On 14/08/11 02:44, Andreas Schwab wrote: writes: +obj-y$(CONFIG_MMU_SUN3) += dma.o # no, it's not a typo I'd rather put ifndef CONFIG_MMU_SUN3 around it. I agree. It is much more obvious what it is doing with the ifndef. I'll change it over to that. Regards Greg

Re: [uClinux-dev] possible mcf5307 port issue

2011-08-14 Thread Greg Ungerer
Hi Aneglo, On 12/08/11 18:55, angelo wrote: Hi Greg, many thanks for your reply, did you use and found reliable mcf5307 boards ? I am asking since the errata for this chip only. I haven't used them a lot recently. But circa 10 years ago we (as in SnapGear) shipped many 10's of thousands of

Re: [uClinux-dev] [PATCH] m68k: reorganize Kconfig options to improve mmu/non-mmu selections

2011-08-14 Thread Greg Ungerer
Hi Geert, On 13/08/11 19:46, Geert Uytterhoeven wrote: On Thu, Aug 11, 2011 at 08:43, Greg Ungerer wrote: On 11/08/11 16:15, Sam Ravnborg wrote: On Thu, Aug 11, 2011 at 03:10:21PM +1000, g...@snapgear.com wrote: diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus new file mode 100644

Re: [uClinux-dev] [PATCH] m68k: reorganize Kconfig options to improve mmu/non-mmu selections

2011-08-14 Thread Greg Ungerer
Hi Brad, On 12/08/11 14:30, Brad Boyer wrote: On Thu, Aug 11, 2011 at 04:43:23PM +1000, Greg Ungerer wrote: Do you really need EISA, MCA and PCMIA? They have no promt thus cannot be selected by the user. Yes, your right, they don't look like than can be selected at all. None of the default c