diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-05-17 11:17:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-28 13:58:06 -0400 |
commit | 8c2644ca692278abad232962842a1b8777bb7ade (patch) | |
tree | 5229f1b06b2b6f5836a73026aed778f86e23e38f /board/compulab/common | |
parent | 3b88579c64eeb87886c7d1c47f5ca8536e04285e (diff) | |
download | u-boot-8c2644ca692278abad232962842a1b8777bb7ade.tar.gz |
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.c | 2 |
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) }, |