From cfb5dd358531a19c6aef5531f183b625fbf7d16f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 27 May 2022 15:20:11 -0400 Subject: [PATCH] etamin: Remove CONFIG_SPL_CMT defines These are presumably private to non-upstream code, remove. Signed-off-by: Tom Rini --- include/configs/etamin.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/configs/etamin.h b/include/configs/etamin.h index 9cf9392..383beee 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 */ -- 2.7.4