On Mon, Apr 27, 2009 at 12:49:54PM -0700, David Brownell wrote: > On Monday 27 April 2009, Mark A. Greer wrote: > > > --- a/arch/arm/mach-davinci/include/mach/debug-macro.S > > > +++ b/arch/arm/mach-davinci/include/mach/debug-macro.S > > > @@ -24,7 +24,14 @@ > > > tst \rx, #1 @ MMU enabled? > > > moveq \rx, #0x01000000 @ physical base address > > > movne \rx, #0xfe000000 @ virtual base > > > +#if defined(CONFIG_ARCH_DAVINCI_DA830_EVM) && > > > defined(CONFIG_ARCH_DAVINCI_DMx) > > ^^^^ > > > > This should be 'CONFIG_MACH_DAVINCI_DA830_EVM'. > > You man it wouldn't be applicable to DA830 boards other > than that EVM??
Maybe, maybe not. > Same comment in a few other places. From what you've said, > these are chip-specific issues, not board-specific ones... Well, there are lots of pinmux conflicts on the da830. For devices that aren't used all of the time, it makes sense to allow the driver and the resources it requires to come and go on demand--maybe even the console if there is a graphic console. Either way, what uart is used for the serial console is determined by the board not the chip. Mark -- _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
