vendorcode/amd/agesa: Remove flawed warning
The compilation would fail if CFG_MEMORY_LRDIMM_CAPABLE == FALSE and BLDOPT_REMOVE_LRDIMMS_SUPPORT == TRUE. Change-Id: I1be37e368bc4ed07e59d0f0bb967bed11143a65b Signed-off-by: Łukasz Dobrowolski <lukasz@dobrowolski.io> Reviewed-on: https://review.coreboot.org/17354 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
committed by
Martin Roth
parent
eaebbd10e6
commit
fa97cefbb3
@ -2056,12 +2056,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
// Check LRDIMM CODE and LRDIMM CFG item
|
||||
#if CFG_MEMORY_LRDIMM_CAPABLE == FALSE
|
||||
#if BLDOPT_REMOVE_LRDIMMS_SUPPORT == TRUE
|
||||
#error Warning: LRDIMM capability is false, but LRIDMM support code included
|
||||
#endif
|
||||
#endif
|
||||
// Turn off multi-socket based features if only one node...
|
||||
#if OPTION_MULTISOCKET == FALSE
|
||||
#undef OPTION_PARALLEL_TRAINING
|
||||
|
@ -1967,12 +1967,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
// Check LRDIMM CODE and LRDIMM CFG item
|
||||
#if CFG_MEMORY_LRDIMM_CAPABLE == FALSE
|
||||
#if BLDOPT_REMOVE_LRDIMMS_SUPPORT == TRUE
|
||||
#error Warning: LRDIMM capability is false, but LRIDMM support code included
|
||||
#endif
|
||||
#endif
|
||||
// Turn off multi-socket based features if only one node...
|
||||
#if OPTION_MULTISOCKET == FALSE
|
||||
#undef OPTION_PARALLEL_TRAINING
|
||||
|
@ -2067,12 +2067,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
// Check LRDIMM CODE and LRDIMM CFG item
|
||||
#if CFG_MEMORY_LRDIMM_CAPABLE == FALSE
|
||||
#if BLDOPT_REMOVE_LRDIMMS_SUPPORT == TRUE
|
||||
#error Warning: LRDIMM capability is false, but LRIDMM support code included
|
||||
#endif
|
||||
#endif
|
||||
// Turn off multi-socket based features if only one node...
|
||||
#if OPTION_MULTISOCKET == FALSE
|
||||
#undef OPTION_PARALLEL_TRAINING
|
||||
|
@ -2465,12 +2465,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
// Check LRDIMM CODE and LRDIMM CFG item
|
||||
#if CFG_MEMORY_LRDIMM_CAPABLE == FALSE
|
||||
#if BLDOPT_REMOVE_LRDIMMS_SUPPORT == TRUE
|
||||
#error Warning: LRDIMM capability is false, but LRIDMM support code included
|
||||
#endif
|
||||
#endif
|
||||
// Turn off multi-socket based features if only one node...
|
||||
#if OPTION_MULTISOCKET == FALSE
|
||||
#undef OPTION_PARALLEL_TRAINING
|
||||
|
@ -1521,12 +1521,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
// Check LRDIMM CODE and LRDIMM CFG item
|
||||
#if CFG_MEMORY_LRDIMM_CAPABLE == FALSE
|
||||
#if BLDOPT_REMOVE_LRDIMMS_SUPPORT == TRUE
|
||||
#error Warning: LRDIMM capability is false, but LRIDMM support code included
|
||||
#endif
|
||||
#endif
|
||||
// Turn off multi-socket based features if only one node...
|
||||
#if OPTION_MULTISOCKET == FALSE
|
||||
#undef OPTION_PARALLEL_TRAINING
|
||||
|
Reference in New Issue
Block a user