From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C0F8DB7090 for ; Fri, 14 Oct 2011 02:31:59 +1100 (EST) Subject: Re: [PATCH] powerpc/85xx: fix PHYS_64BIT selection for P1022DS Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: Kumar Gala In-Reply-To: Date: Thu, 13 Oct 2011 10:31:47 -0500 Message-Id: <6F5815DD-DBF0-4155-94CE-FEDC2C9802E1@kernel.crashing.org> References: <1316806370-21067-1-git-send-email-agust@denx.de> <6EFB6D12-7505-4D3E-8FF9-033EF74FFB81@kernel.crashing.org> To: Tabi Timur-B04825 Cc: Anatolij Gustschin , "linuxppc-dev@lists.ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 13, 2011, at 9:14 AM, Tabi Timur-B04825 wrote: > On Tue, Oct 11, 2011 at 11:53 PM, Kumar Gala = wrote: >>=20 >> On Sep 23, 2011, at 2:32 PM, Anatolij Gustschin wrote: >>=20 >>> Remove wrong CONFIG_ prefix in Kconfig file. >>>=20 >>> Signed-off-by: Anatolij Gustschin >>> --- >>> arch/powerpc/platforms/85xx/Kconfig | 2 +- >>> 1 files changed, 1 insertions(+), 1 deletions(-) >>=20 >> applied >=20 > Why did you apply this patch? Both Scott and I rejected it. Because its fixing a real issue. If we want to remove PHYS_64BIT = support or make it optional for the board feel free to send another = patch. - k=