
21 May
2020
21 May
'20
4:32 a.m.
On Wed, May 13, 2020 at 10:24 PM Simon Glass sjg@chromium.org wrote:
We may as well return the error code and use it directly in the command code. CBFS still uses its own error enum which we may be able to remove, but leave it for now.
Signed-off-by: Simon Glass sjg@chromium.org
cmd/cbfs.c | 3 +-- fs/cbfs/cbfs.c | 23 +++++++++++++++-------- include/cbfs.h | 6 +++--- 3 files changed, 19 insertions(+), 13 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com