Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74956 )
Change subject: intel/spr: Fix copy paste issue ......................................................................
intel/spr: Fix copy paste issue
Change-Id: I4de61ec2cf9fbd98263a7a7a588938d548148656 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/soc/intel/xeon_sp/spr/include/soc/soc_util.h 1 file changed, 12 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/74956/1
diff --git a/src/soc/intel/xeon_sp/spr/include/soc/soc_util.h b/src/soc/intel/xeon_sp/spr/include/soc/soc_util.h index e1ed414..2028dfa 100644 --- a/src/soc/intel/xeon_sp/spr/include/soc/soc_util.h +++ b/src/soc/intel/xeon_sp/spr/include/soc/soc_util.h @@ -18,10 +18,10 @@ #if CONFIG(USE_OPTION_TABLE) #include "option_table.h" #if CMOS_VSTART_mrc_status != CMOS_OFFSET_MRC_STATUS * 8 -#error "CMOS start for CPX-SP MRC status byte is not correct, check your cmos.layout" +#error "CMOS start for SPR-SP MRC status byte is not correct, check your cmos.layout" #endif #if CMOS_VLEN_mrc_status != 8 -#error "CMOS length for CPX-SP MRC status byte is not correct, check your cmos.layout" +#error "CMOS length for SPR-SP MRC status byte is not correct, check your cmos.layout" #endif #endif