board: arc: emsdp: Fix JTAG TAP id 0x200444b1 -> 0x200044b1

Otherwise we this annoying message which might mislead people
looking at some unrelated failures:
----------------------------->8---------------------------
JTAG tap: arc-em.cpu tap/device found: 0x200044b1
JTAG tap: arc-em.cpu       UNEXPECTED: 0x200044b1
JTAG tap: arc-em.cpu  expected 1 of 1: 0x200444b1
----------------------------->8---------------------------

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
Alexey Brodkin 2020-02-12 12:23:55 +03:00 committed by Johan Hedberg
parent 7a8c624f53
commit 521eb43c60
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ set _CHIPNAME arc-em
set _TARGETNAME $_CHIPNAME.cpu
# EM SDP IDENTITY is 0x200444b1
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -expected-id 0x200444b1
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -expected-id 0x200044b1
set _coreid 0
set _dbgbase [expr 0x00000000 | ($_coreid << 13)]