AGESA boards: Clean up Ids.h and Filecode.h includes
Change-Id: I9cb63ff58900a39d7cd8e3da2b9a9a95c2a41a69 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21484 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include "amdlib.h"
|
||||
#include <northbridge/amd/agesa/BiosCallOuts.h>
|
||||
#include <northbridge/amd/agesa/state_machine.h>
|
||||
#include "Ids.h"
|
||||
#include "FchPlatform.h"
|
||||
#include "cbfs.h"
|
||||
#include <stdlib.h>
|
||||
|
@@ -15,14 +15,11 @@
|
||||
|
||||
#include "AGESA.h"
|
||||
#include "amdlib.h"
|
||||
#include "Ids.h"
|
||||
#include "heapManager.h"
|
||||
#include <PlatformMemoryConfiguration.h>
|
||||
#include "Filecode.h"
|
||||
|
||||
#include <northbridge/amd/agesa/state_machine.h>
|
||||
|
||||
#define FILECODE PROC_GNB_PCIE_FAMILY_0X15_F15PCIECOMPLEXCONFIG_FILECODE
|
||||
|
||||
static const PCIe_PORT_DESCRIPTOR PortList [] = {
|
||||
{
|
||||
|
@@ -27,8 +27,6 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "AGESA.h"
|
||||
#include "Filecode.h"
|
||||
#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE
|
||||
|
||||
#define INSTALL_FT3_SOCKET_SUPPORT TRUE
|
||||
#define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE
|
||||
|
Reference in New Issue
Block a user