From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 3 Dec 2015 21:34:10 +0100 Subject: [U-Boot] [PATCHv2 4/9] arm: socfpga: arria10: add misc functions for Arria10 In-Reply-To: <20151203183554.GD6522@amd> References: <1448988519-21669-1-git-send-email-dinguyen@opensource.altera.com> <201512011956.59744.marex@denx.de> <20151203183554.GD6522@amd> Message-ID: <201512032134.10898.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 Thursday, December 03, 2015 at 07:35:54 PM, Pavel Machek wrote: > > > +#if defined(CONFIG_TARGET_SOCFPGA_ARRIA10) > > > + puts("CPU : Altera SOCFPGA Arria 10 Platform\n"); > > > > No FPGA type detection happens on A10 ? :) Also, CPU is not "Arria 10 > > platform", CPU is still Altera SoCFPGA or possibly Altera SoCFPGA Arria > > 10 , right ? > > Well. .. cpu is "generic ARM embedded in SoCFPGA". Maybe replace > "CPU:" with "SoC:"? You don't want that for the sake of consistency with other platforms. Best regards, Marek Vasut