diff options
author | Simon Glass | 2017-11-13 18:54:57 -0700 |
---|---|---|
committer | Simon Glass | 2017-12-12 19:53:45 -0700 |
commit | 00ae40b3ae914150485bb8c74df0c0ecf689c7b7 (patch) | |
tree | 2a6e0e71a8cb39be66706282ee6c19c3013844f6 | |
parent | 4e6fdbef67e4e73b516c20b073cf160679940b77 (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>
-rw-r--r-- | tools/binman/ftest.py | 1 |
1 files changed, 0 insertions, 1 deletions
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') |