diff options
| author | Simon Glass <[email protected]> | 2023-10-14 14:40:29 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-02 22:38:01 -0400 |
| commit | fe35c2f011006b6753df53946ec6a206213f3a34 (patch) | |
| tree | a0323dfe41241064a240a41cfe9a45c3ee1d945d /cmd | |
| parent | ab326010a975e08c00ceb5968cdbcdec5eb8a966 (diff) | |
binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGE
In preparation for changing how stages are stored, rename the existing
stage tag.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/cbfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cbfs.c b/cmd/cbfs.c index 8a61f2c26f9..3cfc9eb2727 100644 --- a/cmd/cbfs.c +++ b/cmd/cbfs.c @@ -118,7 +118,7 @@ static int do_cbfs_ls(struct cmd_tbl *cmdtp, int flag, int argc, case CBFS_TYPE_CBFSHEADER: type_name = "cbfs header"; break; - case CBFS_TYPE_STAGE: + case CBFS_TYPE_LEGACY_STAGE: type_name = "stage"; break; case CBFS_TYPE_PAYLOAD: |
