From bdeedc16e140bdb9d85af9dfd224e66b1f60385f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 12 Sep 2021 20:32:23 -0400 Subject: compulab: Clean up some unused symbols Since cm_t35 was removed, CONFIG_CM_T3X does not exist. This lets us simplify the code in board/compulab/common/eeprom.c a bit. Cc: Igor Grinberg Cc: Nikita Kiryanov Signed-off-by: Tom Rini --- include/configs/cm_t335.h | 2 -- include/configs/cm_t43.h | 1 - 2 files changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h index 4ca4f35eb3f..38e421ebc4a 100644 --- a/include/configs/cm_t335.h +++ b/include/configs/cm_t335.h @@ -10,8 +10,6 @@ #ifndef __CONFIG_CM_T335_H #define __CONFIG_CM_T335_H -#define CONFIG_CM_T335 - #include #undef CONFIG_MAX_RAM_BANK_SIZE diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index fb6d8cfbf31..6e5c26edc93 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -8,7 +8,6 @@ #ifndef __CONFIG_CM_T43_H #define __CONFIG_CM_T43_H -#define CONFIG_CM_T43 #define CONFIG_MAX_RAM_BANK_SIZE (2048 << 20) /* 2GB */ #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ -- cgit v1.2.3