From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Fri, 3 Apr 2015 16:25:59 +0000 Subject: [U-Boot] [PATCH v2 2/7] arc: merge common start-up code between ARC and ARCv2 In-Reply-To: <1427796536-30035-3-git-send-email-abrodkin@synopsys.com> References: <1427796536-30035-1-git-send-email-abrodkin@synopsys.com> <1427796536-30035-3-git-send-email-abrodkin@synopsys.com> Message-ID: <1428078359.2836.14.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 On Tue, 2015-03-31 at 13:08 +0300, Alexey Brodkin wrote: > Even though ARCompact and ARCv2 are not binary compatible most of > assembly instructions are used in both. With this change we'll get rid > of duplicate code. > > Still IVTs are implemented differently so we're keeping them in separate > files. > > Signed-off-by: Alexey Brodkin > --- Applied, thanks. -Alexey