omap4430: tried to add in workaround for broken dbgbase query

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe 2011-03-22 09:21:16 +01:00
parent fc574c64bb
commit a843789ede
1 changed files with 1 additions and 0 deletions

View File

@ -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,