summaryrefslogtreecommitdiff
path: root/board/compulab/common
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-05-17 12:17:17 +0300
committerTom Rini <trini@konsulko.com>2019-05-28 20:58:06 +0300
commit8c2644ca692278abad232962842a1b8777bb7ade (patch)
tree5229f1b06b2b6f5836a73026aed778f86e23e38f /board/compulab/common
parent3b88579c64eeb87886c7d1c47f5ca8536e04285e (diff)
downloadu-boot-8c2644ca692278abad232962842a1b8777bb7ade.tar.xz
cm_t3517: remove board
This board still doesn't select CONFIG_DM and seems to be umaintained. As it makes progress on modernizing several DaVinci drivers more difficult and the maintainer has not expressed interest in updating it, this patch proposes to remove it. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'board/compulab/common')
-rw-r--r--board/compulab/common/eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/common/eeprom.c b/board/compulab/common/eeprom.c
index a2e386f67d..81f69d3850 100644
--- a/board/compulab/common/eeprom.c
+++ b/board/compulab/common/eeprom.c
@@ -410,7 +410,7 @@ struct eeprom_field layout_legacy[5] = {
#define layout_legacy layout_unknown
#endif
-#if defined(CONFIG_CM_T3X) || defined(CONFIG_CM_T3517)
+#if defined(CONFIG_CM_T3X)
struct eeprom_field layout_v1[12] = {
{ "Major Revision", 2, NULL, DEFINE_PRINT_UPDATE(bin_ver) },
{ "Minor Revision", 2, NULL, DEFINE_PRINT_UPDATE(bin_ver) },