soc/amd/stoneyridge: Drop some amdlib.h includes
Change-Id: Ief00a74a9ab4cb6783ea17cebc924b5c4852f228 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21736 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
92d483a892
commit
7334c6f868
|
@ -20,7 +20,6 @@
|
|||
/* warning: Porting.h includes an open #pragma pack(1) */
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
#include "chip.h"
|
||||
#include <dimmSpd.h>
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <delay.h>
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include <Lib/amdlib.h>
|
||||
#include <Proc/Fch/Common/FchCommonCfg.h>
|
||||
#include <Proc/Fch/Fch.h>
|
||||
#include <Proc/Fch/FchPlatform.h>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
/* warning: Porting.h includes an open #pragma pack(1) */
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
#include <soc/southbridge.h>
|
||||
#include <dimmSpd.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue