]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
binman: Drop a stale comment about the 'board' feature
authorSimon Glass <sjg@chromium.org>
Tue, 14 Nov 2017 01:54:57 +0000 (18:54 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Dec 2017 02:53:45 +0000 (19:53 -0700)
This feature is now supported. Drop the incorrect comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py

index ed0697af00691b8b8ae88497fc90709a31770d3f..590299da8bcb9e5457e77bbe06cc090ea549ed59 100644 (file)
@@ -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')