Skip to content

Commit

Permalink
cmd/cbfs: add type name for CBFS_COMPONENT_CBFSHEADER
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Feb 7, 2018
1 parent 514ee51 commit 6c58278
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/cbfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ static int do_cbfs_ls(cmd_tbl_t *cmdtp, int flag, int argc,
printf(" %8d", file_cbfs_size(file));

switch (type) {
case CBFS_COMPONENT_CBFSHEADER:
type_name = "cbfs header";
break;
case CBFS_TYPE_STAGE:
type_name = "stage";
break;
Expand Down

0 comments on commit 6c58278

Please sign in to comment.