vendorcode/amd/pi/00670F00: Remove unused headers
Remove unused header files in src/vendorcode/amd/pi/00670F00/agesa_headers.h. This is a first clean up. Hopefully more headers will be removed in other commits. Header files cannot be removed at this time. They are used by files in vendorcode/amd/pi/00670F00/. BUG=b:77944801 BRANCH=none TEST=build Gardenia and Grunt Change-Id: I99b77f6ba41ded30122a01bbe709681312561436 Signed-off-by: Garrett Kirkendall <garrett.kirkendall@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/25644 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
30df2a41ce
commit
1b92474412
|
@ -22,12 +22,10 @@
|
||||||
#include "AGESA.h"
|
#include "AGESA.h"
|
||||||
#include "AMD.h"
|
#include "AMD.h"
|
||||||
|
|
||||||
#include "Proc/Fch/Common/FchCommonCfg.h"
|
|
||||||
#include "Proc/Fch/Fch.h"
|
#include "Proc/Fch/Fch.h"
|
||||||
#include "Include/Ids.h"
|
#include "Include/Ids.h"
|
||||||
#include "Include/PlatformMemoryConfiguration.h"
|
#include "Include/PlatformMemoryConfiguration.h"
|
||||||
#include "Proc/Fch/FchPlatform.h"
|
#include "Proc/Fch/FchPlatform.h"
|
||||||
#include "Proc/CPU/heapManager.h"
|
|
||||||
#include "Proc/Psp/PspBaseLib/PspBaseLib.h"
|
#include "Proc/Psp/PspBaseLib/PspBaseLib.h"
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
#undef AGESA_HEADERS_ARE_WRAPPED
|
#undef AGESA_HEADERS_ARE_WRAPPED
|
||||||
|
|
Loading…
Reference in New Issue