binman: Rename ReadContents() to ReadBlobContents()
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:50 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commit7e7c587760ca42f47d9a3b6869f39f7c309f50e1
tree341ab96564d12482368ec623d2766f951b7ef324
parent1be70d20d8466c287cd1dc6f590171794ba67f07
binman: Rename ReadContents() to ReadBlobContents()

This function name is too generic for its purpose and is therefore
confusing. It actually only applies to blobs, so rename it to indicate
this.

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