aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/fchec.h
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2017-06-23 13:05:09 -0600
committerMartin Roth <martinroth@google.com>2017-07-27 21:31:51 +0000
commita9d3d65a924ce765a481337ca22d36f5ab351ced (patch)
tree4ec783946dba1689d17df7b2b7bbecd54d448741 /src/mainboard/google/kahlee/fchec.h
parent83367c4483d55b1161d580e03c87dc6e29fbbf89 (diff)
google/kahlee: Remove AMD IMC
Kahlee does not use the AMD IMC. Remove the files and calls. Change-Id: Ia837551b592b4f473eb38c06c516586fb6c95c88 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/19832 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee/fchec.h')
-rw-r--r--src/mainboard/google/kahlee/fchec.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mainboard/google/kahlee/fchec.h b/src/mainboard/google/kahlee/fchec.h
deleted file mode 100644
index 36eb9719d4..0000000000
--- a/src/mainboard/google/kahlee/fchec.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2012 Advanced Micro Devices, Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#ifndef GOOGLE_KAHLEE_FCHEC
-#define GOOGLE_KAHLEE_FCHEC
-
-#include <soc/imc.h>
-#include "Porting.h"
-#include "AGESA.h"
-#include "FchCommonCfg.h"
-
-extern VOID FchECfancontrolservice (IN VOID *FchDataPtr);
-void agesawrapper_fchecfancontrolservice(void);
-
-#endif