]> git.ipfire.org Git - people/ms/u-boot.git/commit
arc: arcv1: Disable master/slave check
authorAlexey Brodkin <abrodkin@synopsys.com>
Tue, 11 Apr 2017 15:24:25 +0000 (18:24 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 29 Jun 2017 16:34:10 +0000 (19:34 +0300)
commitcf628f772ef2faa9d39563dd42bd2fadf2b194f9
tree832077c67c4a35280dc160151852c24acfeca0ec
parent08546df976b79b1694af3ff12b26baf2931f371a
arc: arcv1: Disable master/slave check

ARCompact cores are not supposed to be used in SMP designs
(this doesn't stop people from creation of heterogeneous chips,
for an example keep reading) so there's no point in
checking ARCNUM and halting somebody if we build for ARC700.

Moreover on AXS101 board we have ARC770 in the ASIC together with
other ARC cores and ARC770 happens to be the last node in JTAG chain
with ARCNUM = 4. And existing check halts the one and only core we
want keep running.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/lib/start.S