diff options
author | Simon Glass <sjg@chromium.org> | 2014-06-11 23:29:43 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-06-20 11:54:42 -0600 |
commit | 42d3b29d9ea7d93da4bae7058711c56b12ebf23c (patch) | |
tree | d878a0f77736e6fcbb042c8b7c1562e740bf1e2d /include/configs/sandbox.h | |
parent | ad827e1649de85904e8eaacb96ad8a0fa870a3cf (diff) | |
download | u-boot-imx-42d3b29d9ea7d93da4bae7058711c56b12ebf23c.zip u-boot-imx-42d3b29d9ea7d93da4bae7058711c56b12ebf23c.tar.gz u-boot-imx-42d3b29d9ea7d93da4bae7058711c56b12ebf23c.tar.bz2 |
sandbox: Support iotrace feature
Support the iotrace feature for sandbox, and enable it, using some dummy
I/O access methods.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r-- | include/configs/sandbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index a145094..12b69d9 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -16,6 +16,9 @@ #endif +#define CONFIG_IO_TRACE +#define CONFIG_CMD_IOTRACE + #define CONFIG_SYS_TIMER_RATE 1000000 #define CONFIG_BOOTSTAGE |