summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-11-13 18:54:57 -0700
committerSimon Glass <sjg@chromium.org>2017-12-12 19:53:45 -0700
commit00ae40b3ae914150485bb8c74df0c0ecf689c7b7 (patch)
tree2a6e0e71a8cb39be66706282ee6c19c3013844f6 /tools
parent4e6fdbef67e4e73b516c20b073cf160679940b77 (diff)
binman: Drop a stale comment about the 'board' feature
This feature is now supported. Drop the incorrect comment. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/ftest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index ed0697af00..590299da8b 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -304,7 +304,6 @@ class TestFunctional(unittest.TestCase):
self.assertEqual(0, len(result.stderr))
self.assertEqual(0, result.return_code)
- # Not yet available.
def testBoard(self):
"""Test that we can run it with a specific board"""
self._SetupDtb('05_simple.dts', 'sandbox/u-boot.dtb')