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 /include | |
| 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 'include')
| -rw-r--r-- | include/cbfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cbfs.h b/include/cbfs.h index 38efb1d2b02..2bc5de2297e 100644 --- a/include/cbfs.h +++ b/include/cbfs.h @@ -22,7 +22,7 @@ enum cbfs_result { enum cbfs_filetype { CBFS_TYPE_BOOTBLOCK = 0x01, CBFS_TYPE_CBFSHEADER = 0x02, - CBFS_TYPE_STAGE = 0x10, + CBFS_TYPE_LEGACY_STAGE = 0x10, CBFS_TYPE_PAYLOAD = 0x20, CBFS_TYPE_SELF = CBFS_TYPE_PAYLOAD, |
