u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: U-Boot Mailing List <u-boot@lists.denx.de>
Cc: Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>
Subject: [PATCH 18/19] buildman: Drop a Python 2.7 comment
Date: Mon, 11 Jul 2022 19:04:12 -0600	[thread overview]
Message-ID: <20220712010413.331984-19-sjg@chromium.org> (raw)
In-Reply-To: <20220712010413.331984-1-sjg@chromium.org>

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>
---

 tools/buildman/boards.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/buildman/boards.py b/tools/buildman/boards.py
index b30b344bc8e..8a0971aa407 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):
-- 
2.37.0.144.g8ac04bfd2-goog


  parent reply	other threads:[~2022-07-12  1:08 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-12  1:03 [PATCH 00/19] buildman: Integration of boards.cfg file Simon Glass
2022-07-12  1:03 ` [PATCH 01/19] buildman: Drop -I option Simon Glass
2022-07-12  1:03 ` [PATCH 02/19] buildman: Support running from an IDE Simon Glass
2022-07-12  1:03 ` [PATCH 03/19] buildman: Avoid using board as a variable Simon Glass
2022-07-12  1:03 ` [PATCH 04/19] buildman: Fix use of 'boards' in func_test Simon Glass
2022-07-12  1:03 ` [PATCH 05/19] buildman: Fix use of 'boards' in test Simon Glass
2022-07-12  1:04 ` [PATCH 06/19] buildman: Drop use of 'boards' in control Simon Glass
2022-07-12  1:04 ` [PATCH 07/19] buildman: Drop use of 'board' in board module Simon Glass
2022-07-12  1:04 ` [PATCH 08/19] buildman: Convert camel case in board.py Simon Glass
2022-07-12  1:04 ` [PATCH 09/19] buildman: Split out Boards into its own file Simon Glass
2022-07-12  1:04 ` [PATCH 10/19] buildman: Incorporate the genboardscfg.py tool Simon Glass
2022-07-12 21:38   ` Tom Rini
2022-07-13 15:28     ` Simon Glass
2022-07-13 18:21       ` Tom Rini
2022-07-14 10:21         ` Simon Glass
2022-07-18 12:11           ` Tom Rini
2022-07-20 15:01             ` Simon Glass
2022-07-20 17:15               ` Tom Rini
2022-07-22  8:59                 ` Simon Glass
2022-07-12  1:04 ` [PATCH 11/19] buildman: Tidy up pylint problems in boards module Simon Glass
2022-07-12  1:04 ` [PATCH 12/19] buildman: Replace the Options column with config name Simon Glass
2022-07-12  1:04 ` [PATCH 13/19] Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"" Simon Glass
2022-07-12 21:38   ` Tom Rini
2022-07-12  1:04 ` [PATCH 14/19] buildman: Return an error if there are maintainer warnings Simon Glass
2022-07-12  1:04 ` [PATCH 15/19] gitlab/azure: Use buildman instead of genboardscfg Simon Glass
2022-07-12 12:06   ` Tom Rini
2022-07-12  1:04 ` [PATCH 16/19] Drop genboardscfg.py Simon Glass
2022-07-12  1:04 ` [PATCH 17/19] buildman: Allow lines without a symbol Simon Glass
2022-07-12  1:04 ` Simon Glass [this message]
2022-07-12  1:04 ` [PATCH 19/19] buildman: Drop a TODO that is done Simon Glass
2022-08-05 17:24 ` [PATCH 00/19] buildman: Integration of boards.cfg file Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220712010413.331984-19-sjg@chromium.org \
    --to=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).