diff options
| author | Tom Rini <[email protected]> | 2022-05-27 15:20:11 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-06 12:09:29 -0400 |
| commit | cfb5dd358531a19c6aef5531f183b625fbf7d16f (patch) | |
| tree | c5d4700d271eb58e0346dc64c6a8f66411fd0267 | |
| parent | c4b8bc48b69abe799496f2f62aa46f482572f5e0 (diff) | |
etamin: Remove CONFIG_SPL_CMT defines
These are presumably private to non-upstream code, remove.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | include/configs/etamin.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/etamin.h b/include/configs/etamin.h index 9cf93924df9..383beee17ae 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -77,12 +77,6 @@ #define CONFIG_FACTORYSET -/* use both define to compile a SPL compliance test */ -/* -#define CONFIG_SPL_CMT -#define CONFIG_SPL_CMT_DEBUG -*/ - /* nedded by compliance test in read mode */ /* Define own nand partitions */ |
