From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.227]) by ozlabs.org (Postfix) with ESMTP id 63C46DDF9F for ; Wed, 3 Oct 2007 01:34:17 +1000 (EST) Received: by nz-out-0506.google.com with SMTP id i1so2898499nzh for ; Tue, 02 Oct 2007 08:34:15 -0700 (PDT) Message-ID: Date: Tue, 2 Oct 2007 09:34:14 -0600 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Peter Korsgaard" Subject: Re: [PATCH 08/18] Uartlite: Add macro for uartlite device name In-Reply-To: <87ejgd356y.fsf@macbook.be.48ers.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <20070928181421.18608.74224.stgit@trillian.cg.shawcable.net> <20070928181726.18608.73695.stgit@trillian.cg.shawcable.net> <87ejgd356y.fsf@macbook.be.48ers.dk> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 10/2/07, Peter Korsgaard wrote: > >>>>> "Grant" == Grant Likely writes: > > Hi, > > Grant> From: Grant Likely > Grant> Changed to make the OF bus binding a wee bit cleaner > > Grant> Signed-off-by: Grant Likely > Grant> --- > > Grant> arch/powerpc/platforms/40x/Kconfig | 4 ++-- > Grant> drivers/serial/uartlite.c | 5 +++-- > Grant> 2 files changed, 5 insertions(+), 4 deletions(-) > > Grant> diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig > Grant> index 1aae0e6..44f08dd 100644 > Grant> --- a/arch/powerpc/platforms/40x/Kconfig > Grant> +++ b/arch/powerpc/platforms/40x/Kconfig > Grant> @@ -65,8 +65,8 @@ config XILINX_VIRTEX_GENERIC_BOARD > Grant> bool "Generic Xilinx Virtex board" > Grant> depends on 40x > Grant> default y > Grant> - select VIRTEX_II_PRO > Grant> - select VIRTEX_4_FX > Grant> + select XILINX_VIRTEX_II_PRO > Grant> + select XILINX_VIRTEX_4_FX > > Huh? What does this have to do with $SUBJ? This was a mess up on my part on this version of the patch set. v3 has it fixed. g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. grant.likely@secretlab.ca (403) 399-0195