]> git.sur5r.net Git - openocd/commitdiff
correct CPU ID
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 1 Dec 2008 13:20:59 +0000 (13:20 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 1 Dec 2008 13:20:59 +0000 (13:20 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1196 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/target/at91eb40a.cfg

index c552dc5bfa301ad163a3d4a75da5d9bb6abefb5f..39fbe095ae417fa0113d806d5eff70fda7665f76 100644 (file)
@@ -16,7 +16,7 @@ if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
   # force an error till we get a good number
-   set _CPUTAPID 0xffffffff
+   set _CPUTAPID 0x1f0f0f0f
 }