diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-13 03:32:23 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-28 04:38:34 +0300 |
commit | bdeedc16e140bdb9d85af9dfd224e66b1f60385f (patch) | |
tree | d6321cbafe82c00ceabe0e6fa66ee8915802bb47 /include/configs | |
parent | 8d8d7e93619b8aef77843cb718f973b0e3d00224 (diff) | |
download | u-boot-bdeedc16e140bdb9d85af9dfd224e66b1f60385f.tar.xz |
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 <grinberg@compulab.co.il>
Cc: Nikita Kiryanov <nikita@compulab.co.il>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/cm_t335.h | 2 | ||||
-rw-r--r-- | include/configs/cm_t43.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h index 4ca4f35eb3..38e421ebc4 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 <configs/ti_am335x_common.h> #undef CONFIG_MAX_RAM_BANK_SIZE diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index fb6d8cfbf3..6e5c26edc9 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 */ |