From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Mon, 23 Nov 2015 17:16:39 -0600 Subject: [U-Boot] [PATCH 01/10] ARM: socfpga: arria10: add base address map for Arria10 In-Reply-To: <201511192326.48179.marex@denx.de> References: <1447968947-8395-1-git-send-email-dinguyen@opensource.altera.com> <1447968947-8395-2-git-send-email-dinguyen@opensource.altera.com> <201511192326.48179.marex@denx.de> Message-ID: <56539E57.4030501@opensource.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 11/19/2015 04:26 PM, Marek Vasut wrote: > On Thursday, November 19, 2015 at 10:35:38 PM, dinguyen at opensource.altera.com > wrote: >> From: Dinh Nguyen >> >> Add the base address map for Arria10. >> >> Signed-off-by: Dinh Nguyen >> --- >> .../include/mach/socfpga_a10_base_addrs.h | 45 > > Reviewed-by: Marek Vasut > > btw. it'd be nice if we could rename the socfpga_base_addrs.h to just plain > base_addr_ca5.h > > and then call this file > base_addr_a10.h > > This might be more systematic, don't you think ? > Yes, I agree. I'll send a patch to rename the socfpga_base_addr.h for ac5 along with v2 of this. Dinh