projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6fdbe
)
binman: Drop a stale comment about the 'board' feature
author
Simon Glass
<sjg@chromium.org>
Tue, 14 Nov 2017 01:54:57 +0000
(18:54 -0700)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/tools/binman/ftest.py
b/tools/binman/ftest.py
index ed0697af00691b8b8ae88497fc90709a31770d3f..590299da8bcb9e5457e77bbe06cc090ea549ed59 100644
(file)
--- 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')