diff options
Diffstat (limited to 'util/nvramtool')
-rw-r--r-- | util/nvramtool/cbfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvramtool/cbfs.h b/util/nvramtool/cbfs.h index 58ef126b92..3a5bddbbda 100644 --- a/util/nvramtool/cbfs.h +++ b/util/nvramtool/cbfs.h @@ -59,6 +59,7 @@ typedef uint8_t u8; #define CBFS_COMPRESS_NONE 0 #define CBFS_COMPRESS_LZMA 1 +#define CBFS_COMPRESS_LZ4 2 /** These are standard component types for well known components (i.e - those that coreboot needs to consume. |