From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 3 Dec 2015 03:41:47 +0100 Subject: [U-Boot] [PATCHv4 1/9] arm: socfpga: introduce TARGET_SOCFPGA_GEN5 config property In-Reply-To: <1449084693-942-2-git-send-email-dinguyen@opensource.altera.com> References: <1449084693-942-1-git-send-email-dinguyen@opensource.altera.com> <1449084693-942-2-git-send-email-dinguyen@opensource.altera.com> Message-ID: <201512030341.47332.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 Wednesday, December 02, 2015 at 08:31:25 PM, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > In order to re-use as much Cyclone5 and Arria5 code as possible to support > the Arria10 platform, we need to wrap some of the code with #ifdef's. By > adding CONFIG_TARGET_SOCFPGA_GEN5, we can shorten the check by not having > to check for both AV || AV. > > Signed-off-by: Dinh Nguyen Applied, thanks. Best regards, Marek Vasut