aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-12 20:32:23 -0400
committerTom Rini <trini@konsulko.com>2021-09-27 21:38:34 -0400
commitbdeedc16e140bdb9d85af9dfd224e66b1f60385f (patch)
treed6321cbafe82c00ceabe0e6fa66ee8915802bb47 /include
parent8d8d7e93619b8aef77843cb718f973b0e3d00224 (diff)
downloadu-boot-bdeedc16e140bdb9d85af9dfd224e66b1f60385f.zip
u-boot-bdeedc16e140bdb9d85af9dfd224e66b1f60385f.tar.gz
u-boot-bdeedc16e140bdb9d85af9dfd224e66b1f60385f.tar.bz2
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')
-rw-r--r--include/configs/cm_t335.h2
-rw-r--r--include/configs/cm_t43.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h
index 4ca4f35..38e421e 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 fb6d8cf..6e5c26e 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 */