From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 30 Jan 2015 23:09:39 +0100 Subject: [U-Boot] [PATCH 06/12] arm: socfpga: Add Altera Arria V DK support In-Reply-To: <54BB507C.4080208@opensource.altera.com> References: <1420053301-10023-1-git-send-email-marex@denx.de> <1420053301-10023-7-git-send-email-marex@denx.de> <54BB507C.4080208@opensource.altera.com> Message-ID: <201501302309.39930.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday, January 18, 2015 at 07:19:40 AM, Dinh Nguyen wrote: > On 12/31/14 1:14 PM, Marek Vasut wrote: Hi! > > diff --git a/board/altera/socfpga/socfpga.c > > b/board/altera/socfpga/socfpga.c index 459d82f..a9c330d 100644 > > --- a/board/altera/socfpga/socfpga.c > > +++ b/board/altera/socfpga/socfpga.c > > @@ -23,7 +23,14 @@ DECLARE_GLOBAL_DATA_PTR; > > > > */ > > > > int checkboard(void) > > { > > > > +#ifdef CONFIG_TARGET_SOCFPGA_CYCLONE5 > > > > puts("BOARD: Altera SoCFPGA Cyclone5 Board\n"); > > > > +#endif > > + > > +#ifdef CONFIG_TARGET_SOCFPGA_ARRIA5 > > + puts("BOARD: Altera SoCFPGA Arria5 Board\n"); > > +#endif > > + > > > > return 0; > > > > } > > Do you need this change here only to get zapped in patch 11/12. No > objections really, just an observation. You're right, I re-ordered the patches to cater for this. Thanks! Best regards, Marek Vasut