From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tabi Timur-B04825 Date: Fri, 5 Aug 2011 13:11:33 +0000 Subject: [U-Boot] [PATCH 1/2] [v3] powerpc/85xx: introduce and document CONFIG_SYS_CCSRBAR macros In-Reply-To: <9180ADCE-F2F6-4ABC-BAE6-060CE06790E4@freescale.com> References: <1312499022-13027-1-git-send-email-timur@freescale.com> <9180ADCE-F2F6-4ABC-BAE6-060CE06790E4@freescale.com> Message-ID: <4E3BEC05.6000704@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 Kumar Gala wrote: > Why didn't we do in include/mpc85xx.h: > > #ifndef CONFIG_SYS_CCSRBAR_PHYS_LOW > #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR > #endif > > Thus removing that line from every board file? That might make more sense, but that will break other boards where virtual != physical but CCSR is not relocated, which means another round of testing. MAKEALL takes a long time to run. -- Timur Tabi Linux kernel developer at Freescale