]> git.sur5r.net Git - openocd/blobdiff - src/target/arm_adi_v5.c
omap4430: tried to add in workaround for broken dbgbase query
[openocd] / src / target / arm_adi_v5.c
index 480472f4214f8df4c44d1ea965b3b4d5635d8b48..53cf61563578d9fb72d162c203a160da1aa554ae 100644 (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,