From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Tue, 24 Nov 2015 00:51:07 -0800 Subject: [U-Boot] [PATCHv2 2/2] ARM: socfpga: rename the cyclone5 and arria5 base address file In-Reply-To: <1448321237-21588-2-git-send-email-dinguyen@opensource.altera.com> References: <1448321237-21588-1-git-send-email-dinguyen@opensource.altera.com> <1448321237-21588-2-git-send-email-dinguyen@opensource.altera.com> Message-ID: <1448355067.2059.11.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2015-11-23 at 17:27 -0600, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > When adding support for the Arria10 platform, we're going to name the > file > base_addr_a10.h, so to be systematic about it, rename the > socfpga_base_addr.h > to be base_addr_ac5.h for the Arria5 and Cyclone5 platform. > > Suggested-by: Marek Vasut > Signed-off-by: Dinh Nguyen > --- Acked-by: Chin Liang See Thanks Chin Liang