From: Simon Glass Date: Tue, 14 Nov 2017 01:54:57 +0000 (-0700) Subject: binman: Drop a stale comment about the 'board' feature X-Git-Tag: v2018.01-rc2~10^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00ae40b3ae914150485bb8c74df0c0ecf689c7b7;p=platform%2Fkernel%2Fu-boot.git binman: Drop a stale comment about the 'board' feature This feature is now supported. Drop the incorrect comment. Signed-off-by: Simon Glass --- diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index ed0697af..590299d 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')