mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
binman: Drop comment-out code in testUpdateFdtOutput()
This code is not needed so drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
aed6c0b043
commit
d1d5ffd554
1 changed files with 0 additions and 2 deletions
|
@ -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']:
|
||||
|
|
Loading…
Reference in a new issue