AGESA boards: Relocate platform memory config
File buildOpts.c is a can of worms, pull platform memory configuration in to OemCustomize.c. This array should be assigned at runtime instead of linking a modified defaults table. Change-Id: I73d9d3fbc165e6c10472e105576d7c40820eaa6a Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/14528 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
@ -2160,7 +2160,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
||||
#include "OptionsHt.h"
|
||||
#include "OptionHtInstall.h"
|
||||
#include "OptionMemory.h"
|
||||
#include "PlatformMemoryConfiguration.h"
|
||||
#include "OptionMemoryInstall.h"
|
||||
#include "OptionMemoryRecovery.h"
|
||||
#include "OptionMemoryRecoveryInstall.h"
|
||||
|
@ -2623,7 +2623,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
||||
#include "OptionsHt.h"
|
||||
#include "OptionHtInstall.h"
|
||||
#include "OptionMemory.h"
|
||||
#include "PlatformMemoryConfiguration.h"
|
||||
#include "OptionMemoryInstall.h"
|
||||
#include "OptionMemoryRecovery.h"
|
||||
#include "OptionMemoryRecoveryInstall.h"
|
||||
|
@ -1732,7 +1732,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
||||
#include "OptionsHt.h"
|
||||
#include "OptionHtInstall.h"
|
||||
#include "OptionMemory.h"
|
||||
#include "PlatformMemoryConfiguration.h"
|
||||
#include "OptionMemoryInstall.h"
|
||||
#include "OptionMemoryRecovery.h"
|
||||
#include "OptionMemoryRecoveryInstall.h"
|
||||
|
Reference in New Issue
Block a user