
--- On Wed, 2/18/09, Kim Phillips kim.phillips@freescale.com wrote:
From: Kim Phillips kim.phillips@freescale.com Subject: Re: [U-Boot] [PATCH v2] Create configuration option for restricted ns16550 functions To: "Ron Madrid" ron_madrid@sbcglobal.net, u-boot@lists.denx.de Date: Wednesday, February 18, 2009, 10:30 AM On Wed, 18 Feb 2009 12:21:52 -0600 Kim Phillips kim.phillips@freescale.com wrote:
On Tue, 17 Feb 2009 12:14:17 -0800 Ron Madrid ron_madrid@sbcglobal.net wrote:
+#ifndef CONFIG_NS16550_MIN_FUNCTIONS
sorry, I forgot to mention that this needs to be a CONFIG_SYS_, i.e, CONFIG_SYS_NS16550_MIN_FUNCTIONS.
My mistake. I was to understand that the CONFIG_SYS_ flavor of options was for hardware specific defines, that is an option due to a hardware need, not a simple exclusion of driver functions. I can redo this patch though.
Ron