diff mbox series

[U-Boot,04/13] binman: Drop a stale comment about the 'board' feature

Message ID 20171114015506.25673-5-sjg@chromium.org
State Accepted
Commit 00ae40b3ae914150485bb8c74df0c0ecf689c7b7
Delegated to: Simon Glass
Headers show
Series binman: Support run-time access to binman image positions | expand

Commit Message

Simon Glass Nov. 14, 2017, 1:54 a.m. UTC
This feature is now supported. Drop the incorrect comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/binman/ftest.py | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass Dec. 8, 2017, 5:12 p.m. UTC | #1
This feature is now supported. Drop the incorrect comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/binman/ftest.py | 1 -
 1 file changed, 1 deletion(-)

Applied to u-boot-dm thanks!
diff mbox series

Patch

diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index ed0697af006..590299da8bc 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')