binman: Drop comment-out code in testUpdateFdtOutput()
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:23:14 +0000 (07:23 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
This code is not needed so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py

index 481f0dd..7000de9 100644 (file)
@@ -1668,8 +1668,6 @@ class TestFunctional(unittest.TestCase):
             # source file (e.g. test/075_fdt_update_all.dts) thus does not enter
             # binman as a file called u-boot.dtb. To fix this, copy the file
             # over to the expected place.
-            #tools.WriteFile(os.path.join(self._indir, 'u-boot.dtb'),
-                    #tools.ReadFile(tools.GetOutputFilename('source.dtb')))
             start = 0
             for fname in ['u-boot.dtb.out', 'spl/u-boot-spl.dtb.out',
                           'tpl/u-boot-tpl.dtb.out']: