AM/DM37x: add ES1.2 silicon type into account

The missing value for ES1.2 silicon revision is mentioned in
sprugn4m.pdf, and the recent TI Beagleboard XM is powered by it,
so let support the revision.
This commit is contained in:
Vladimir Zapolskiy 2011-09-28 19:41:23 +03:00 committed by Øyvind Harboe
parent daa41473ab
commit 05b12e6c5e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if { [info exists CHIPTYPE] } {
switch $CHIPTYPE {
dm37x {
# Primary TAP: ICEpick-C (JTAG route controller) and boundary scan
set _JRC_TAPID "-expected-id 0x1b89102f -expected-id 0x0b89102f"
set _JRC_TAPID "-expected-id 0x2b89102f -expected-id 0x1b89102f -expected-id 0x0b89102f"
}
am35x {
# Primary TAP: ICEpick-C (JTAG route controller) and boundary scan