diff options
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/cse/cse_lite_cmos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/cse/cse_lite_cmos.c b/src/soc/intel/common/block/cse/cse_lite_cmos.c index 5c26c01360..bcd9ac0f22 100644 --- a/src/soc/intel/common/block/cse/cse_lite_cmos.c +++ b/src/soc/intel/common/block/cse/cse_lite_cmos.c @@ -16,11 +16,11 @@ # include "option_table.h" #ifndef CMOS_VSTART_partition_fw -#error "The `ramtop` CMOS entry is missing, please add it to your cmos.layout." +#error "The `CSE partition firmware` CMOS entry is missing, please add it to your cmos.layout." #endif #if CMOS_VSTART_partition_fw % 8 != 0 -#error "The `partition firmware` CMOS entry needs to be byte aligned, check your cmos.layout." +#error "The `CSE partition firmware` CMOS entry needs to be byte aligned, check your cmos.layout." #endif // CMOS_VSTART_partition_fw % 8 != 0 #if CMOS_VLEN_partition_fw != (32 * 8) |