diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-24 07:23:14 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-10-15 08:40:02 -0600 |
commit | d1d5ffd554a88562a88801273a2f8d134827605a (patch) | |
tree | 724b3d3286a12432327230f3d010e8b35c774299 /tools | |
parent | aed6c0b04350aaecdf3d93db5ee9b374f425222b (diff) | |
download | u-boot-d1d5ffd554a88562a88801273a2f8d134827605a.zip u-boot-d1d5ffd554a88562a88801273a2f8d134827605a.tar.gz u-boot-d1d5ffd554a88562a88801273a2f8d134827605a.tar.bz2 |
binman: Drop comment-out code in testUpdateFdtOutput()
This code is not needed so drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/ftest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index 481f0dd..7000de9 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -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']: |