]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Detect boards with no CONFIG_TARGET defined
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:22 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commitad99599ca2b584eb388e09406c6ef2b21a488f0a
treecd60a58e1b2531ab5a32806a4d31ed57be72fb28
parentbec06ed8920ccf570ee80436488dd6426733bb15
buildman: Detect boards with no CONFIG_TARGET defined

We generally expected exactly one of these. Add a check for it.

Note: This warning is not displayed by default. An option will be added
to enable it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/boards.py
tools/buildman/func_test.py