binman: Move cbfs.ObtainContents() down a bit
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:50 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:16:30 +0000 (09:16 -0700)
commit8cb069ab7467cd4b0a1a4f3fa18ed358c9179557
treed66b552fa7fdfda4f279f45494217841e32143ae
parent3f495f18a756c786d39c487061df37ea4b5e1ecd
binman: Move cbfs.ObtainContents() down a bit

It is easier to understand this file if reading the entries comes before
obtaining the contents, since that is the order in which Binman proceeds.
Move the function down a bit.

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