From: Simon Glass <sjg@chromium.org>
Date: Tue, 14 Nov 2017 01:54:57 +0000 (-0700)
Subject: binman: Drop a stale comment about the 'board' feature
X-Git-Tag: v2025.01-rc5-pxa1908~5236^2~13
X-Git-Url: http://git.dujemihanovic.xyz/%22bddb.css/static/git-logo.png?a=commitdiff_plain;h=00ae40b3ae914150485bb8c74df0c0ecf689c7b7;p=u-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 <sjg@chromium.org>
---

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