From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Thu, 1 Sep 2011 09:13:06 -0500 Subject: [U-Boot] [PATCH 2/2] powerpc/85xx: standardize display of address map size (32-bit vs. 36-bit) In-Reply-To: References: <1314828916-17931-1-git-send-email-timur@freescale.com> <1314828916-17931-2-git-send-email-timur@freescale.com> Message-ID: <74EC16E9-B526-40AA-BD18-F1AB383F1227@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sep 1, 2011, at 9:07 AM, Kumar Gala wrote: > > On Aug 31, 2011, at 5:15 PM, Timur Tabi wrote: > >> >> + /* >> + * If we support 36-bit addressing, then display whether this is a >> + * 32-bit build or a 36-bit build. >> + */ >> +#ifdef CONFIG_ENABLE_36BIT_PHYS >> +#ifdef CONFIG_PHYS_64BIT > > #if defined(A) && defined(B) That's not what I want to do. Look at the code more closely. > > Wolfgang's being making comments about reducing the boot info we've been outputting so would like his 2 cents on this. I understand that, but the patch description explains why this is important. >