diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/cbfs_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cbfs_core.h b/src/lib/cbfs_core.h index c1eecd25a3..221fe5d34d 100644 --- a/src/lib/cbfs_core.h +++ b/src/lib/cbfs_core.h @@ -13,7 +13,7 @@ # define CBFS_MINI_BUILD #elif defined(__SMM__) # define CBFS_MINI_BUILD -#elif defined(__BOOT_BLOCK__) +#elif defined(__BOOTBLOCK__) /* No LZMA in boot block. */ #elif defined(__PRE_RAM__) && !CONFIG_COMPRESS_RAMSTAGE /* No LZMA in romstage if ramstage is not compressed. */ |