diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:23 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:07:13 -0500 |
| commit | 68e54040ccc3c5432be720e0cc6da3489eaceef6 (patch) | |
| tree | d231a98f4f94b7c68ad2064022152aa284f34e2c /include | |
| parent | c136a861054e698dec86f5f7b2a326ad38cd197f (diff) | |
sandbox: Move CONFIG_IO_TRACE to Kconfig
This is only used on sandbox, so select it there.
Cc: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sandbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 1081e0bbc49..1779f1894e7 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -6,8 +6,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_IO_TRACE - #define CONFIG_MALLOC_F_ADDR 0x0010000 /* Size of our emulated memory */ |
