aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-11 19:04:12 -0600
committerTom Rini <trini@konsulko.com>2022-08-05 11:47:56 -0400
commit7f275bdbb027c8d0b9f4faa0841c45183f88ab43 (patch)
tree4995c6b62badb8c26b21f7735fc154ba525a1289
parentf2e6775cddd59f2edec0727da14c35a8c8d14716 (diff)
downloadu-boot-7f275bdbb027c8d0b9f4faa0841c45183f88ab43.zip
u-boot-7f275bdbb027c8d0b9f4faa0841c45183f88ab43.tar.gz
u-boot-7f275bdbb027c8d0b9f4faa0841c45183f88ab43.tar.bz2
buildman: Drop a Python 2.7 comment
This is well out of date, but it is still reasonable to use a list. Drop the comment. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--tools/buildman/boards.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildman/boards.py b/tools/buildman/boards.py
index b30b344..8a0971a 100644
--- a/tools/buildman/boards.py
+++ b/tools/buildman/boards.py
@@ -371,7 +371,6 @@ class MaintainersDatabase:
class Boards:
"""Manage a list of boards."""
def __init__(self):
- # Use a simple list here, sinc OrderedDict requires Python 2.7
self._boards = []
def add_board(self, brd):