binman: Read _multiple_data_files in the correct place
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:23:53 +0000 (07:23 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:57 +0000 (14:10 -0600)
commitf5ae32d794c10088ef4776d9d7b1113b49fdc501
tree9ea991841c15fccdf6f4b3a88a434a6ff05f2848
parentac8d7cf1d0f3eb8e742f8454ba4c2210dd088036
binman: Read _multiple_data_files in the correct place

Move this to the ReadEntries() function where it belongs.

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