commit | cff0cfbed5b8c41938af3d134381ea76ee0242f7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue May 15 16:46:26 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 19 13:24:44 2012 +0000 |
tree | 44689d128e18f88d6130ee9c0708de64cfb86c33 | |
parent | 1e8cae4dfea2bcc91d3820dcf4f9284e7b0abb28 [diff] |
hw/omap.h: Drop broken MEM_VERBOSE tracing Remove the MEM_VERBOSE tracing option from omap.h. This worked by intercepting cpu_register_io_memory() calls; it has been broken since cpu_register_io_memory() was removed in favour of the MemoryRegion API. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>