From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Fri, 5 Aug 2016 10:36:28 +0000 Subject: [U-Boot] [PATCH] arc: Rename AXS101 board to more generic AXS10x In-Reply-To: <1470312874-8706-1-git-send-email-abrodkin@synopsys.com> References: <1470312874-8706-1-git-send-email-abrodkin@synopsys.com> Message-ID: <1470393291.3430.30.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi! On Thu, 2016-08-04 at 15:14 +0300, Alexey Brodkin wrote: > As of now we have 2 flavors of ARC SDP boards: > ?1) AXS101 - with ARC770 in ASIC > ?2) AXS103 - with ARC HS38 in FPGA > > Both options share exactly the same base-board and only differ with > CPU-tiles in use. That means all peripherals are the same (they are > implemented in FPGA on the base-board) and so generic board could be > used for both. > > While at it: > ?* Recreated defconfigs with savedefconfig > ?* In include/configs/axs10x.h numerical sizes replaced with > defines from linux/sizes.h for better readability. > > Signed-off-by: Alexey Brodkin > Cc: Tom Rini Applied, Thanks! -Alexey