From a843789ede3b01dfaf199e1fcfbfd09ac681cf8f Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Tue, 22 Mar 2011 09:21:16 +0100 Subject: omap4430: tried to add in workaround for broken dbgbase query MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- src/target/arm_adi_v5.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target') 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, -- cgit v1.2.3