diff options
| author | Simon Glass <[email protected]> | 2017-05-17 03:25:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 12:45:30 -0400 |
| commit | 7d0f5c1300555101e1625ed7256ee6c3502e8482 (patch) | |
| tree | 1890439fb1ebb68ffa78ed87e142ef260fb14ef2 /include | |
| parent | 070f3168fa93f205af3c4c971a307ed8325e7754 (diff) | |
Convert CONFIG_CMD_IOTRACE to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_IOTRACE
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sandbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index be05843de16..905fcd95e9b 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -18,7 +18,6 @@ #ifndef CONFIG_SPL_BUILD #define CONFIG_IO_TRACE -#define CONFIG_CMD_IOTRACE #endif #ifndef CONFIG_TIMER |
