summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-03-22 09:21:16 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-03-22 09:21:16 +0100
commita843789ede3b01dfaf199e1fcfbfd09ac681cf8f (patch)
tree5309203b2dcb966e23965357f7d15ea6d0e73d25 /src
parentfc574c64bb259814ccbf51d74057873bd5649ea3 (diff)
downloadopenocd+libswd-a843789ede3b01dfaf199e1fcfbfd09ac681cf8f.tar.gz
openocd+libswd-a843789ede3b01dfaf199e1fcfbfd09ac681cf8f.tar.bz2
openocd+libswd-a843789ede3b01dfaf199e1fcfbfd09ac681cf8f.tar.xz
openocd+libswd-a843789ede3b01dfaf199e1fcfbfd09ac681cf8f.zip
omap4430: tried to add in workaround for broken dbgbase query
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src')
-rw-r--r--src/target/arm_adi_v5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c
index 480472f4..53cf6156 100644
--- a/src/target/arm_adi_v5.c
+++ b/src/target/arm_adi_v5.c
@@ -1091,6 +1091,7 @@ struct broken_cpu {
char *model;
} broken_cpus[] = {
{ 0x80000000, 0x04770002, 0x1ba00477, 0x60000000, "imx51" },
+ { 0x80040000, 0x04770002, 0x3b95c02f, 0x80000000, "omap4430" },
};
int dap_get_debugbase(struct adiv5_dap *dap, int ap,