vendorcode/amd/agesa/f15tn: Remove extraneous bracket
Found an extra bracket that appears it should not be there. Change-Id: I66b7967833afd25f12bd4eaaf6419a6ed3ad544b Signed-off-by: Damien Zammit <damien@zamaudio.com> Reviewed-on: http://review.coreboot.org/7515 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
e55a7c5403
commit
8c318cf9a1
|
@ -4633,9 +4633,9 @@ BOOLEAN MemFS3DefConstructorRet (
|
||||||
*---------------------------------------------------------------------------------------------------
|
*---------------------------------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#if (OPTION_LRDIMMS == TRUE)
|
#if (OPTION_LRDIMMS == TRUE)
|
||||||
#if ((OPTION_MEMCTLR_OR == TRUE)
|
#if (OPTION_MEMCTLR_OR == TRUE)
|
||||||
#define MEM_TECH_FEATURE_LRDIMM_INIT &MemTLrdimmConstructor3
|
#define MEM_TECH_FEATURE_LRDIMM_INIT &MemTLrdimmConstructor3
|
||||||
#else //#if ((OPTION_MEMCTLR_OR == FALSE)
|
#else //#if (OPTION_MEMCTLR_OR == FALSE)
|
||||||
#define MEM_TECH_FEATURE_LRDIMM_INIT MemTFeatDef
|
#define MEM_TECH_FEATURE_LRDIMM_INIT MemTFeatDef
|
||||||
#endif
|
#endif
|
||||||
#else //#if (OPTION_LRDIMMS == FALSE)
|
#else //#if (OPTION_LRDIMMS == FALSE)
|
||||||
|
|
Loading…
Reference in New Issue