From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liu Gang Date: Thu, 9 Aug 2012 23:15:40 +0800 Subject: [U-Boot] [PATCH 2/6] powerpc/corenet_ds: Get rid of the SRIOBOOT_MASTER build target In-Reply-To: References: <1339051389-15825-1-git-send-email-Gang.Liu@freescale.com> <1339051389-15825-2-git-send-email-Gang.Liu@freescale.com> Message-ID: <1344525340.2767.3.camel@linux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2012-08-08 at 18:31 -0500, Andy Fleming wrote: > On Thu, Jun 7, 2012 at 1:43 AM, Liu Gang wrote: > > Signed-off-by: Liu Gang > > --- > > arch/powerpc/cpu/mpc85xx/cpu_init.c | 17 +++-- > > arch/powerpc/cpu/mpc8xxx/srio.c | 137 ++++++++++++----------------------- > > > The change here (and in fsl_pci_init.c in another patch) causes > horrible build breakage if you aren't building with the > CONFIG_SRIO_PCIE_BOOT_SLAVE option. > > Please rework so that you can build *without* that option! > > Andy > Hi, Andy, Thanks a lot for your comment. You are right, there will be build breakage when building the non-corenet platform. I have resolved this issue in v2 and have sent the new patches to open source. Please help to check. Thanks! Best Regards, Liu Gang