diff options
| author | Tom Rini <[email protected]> | 2023-11-02 20:22:39 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-02 22:38:01 -0400 |
| commit | 1e044a9bd68220af562cc2d895936ec7cc3e3d6d (patch) | |
| tree | 946aa5cf48d00e014980e0f0c035ba1b417cc0bf /cmd | |
| parent | 97962260cb93e74e3a8cbbb62e7581830503810a (diff) | |
| parent | ae94c3d4ee21ba4dd628d2f463fb3992233963ef (diff) | |
Merge tag 'dm-pull-2nov23' of https://source.denx.de/u-boot/custodians/u-boot-dm
Just various bugfixes, apart from the TI one
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: |
