
13 May
2014
13 May
'14
6:46 a.m.
Dear Simon Glass,
Simon Glass <sjg <at> chromium.org> writes:
Support the iotrace feature for sandbox, and enable it, using some dummy I/O access methods.
Signed-off-by: Simon Glass <sjg <at> chromium.org>
<snipped>
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index fa62cb6..8ca2a55 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h <at> <at> -16,6 +16,9 <at> <at>
#endif
+#define CONFIG_IO_TRACE +#define CONFIG_CMD_IO_TRACE
s/CONFIG_CMD_IO_TRACE/CONFIG_CMD_IOTRACE/g
The common/Makefile shows CONFIG_CMD_IOTRACE triggers creation of cmd_iotrace.o.
All the best, Rommel