diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-05-24 00:34:15 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-05-31 03:42:11 +0000 |
commit | d840eb5719e51e1946ab322c0eb94defc72dde1d (patch) | |
tree | d74fa8bb59692dbb92fed137363d61f427dda2d0 /src/southbridge/nvidia/mcp55 | |
parent | 4979ffc5cb267c7b0a5ad84c8bb9729e6b5613b1 (diff) | |
download | coreboot-d840eb5719e51e1946ab322c0eb94defc72dde1d.tar.xz |
Remove AMD K8 cpu and northbridge support
Change-Id: I9c53dfa93bf906334f5c80e4525a1c27153656a3
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26673
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/southbridge/nvidia/mcp55')
-rw-r--r-- | src/southbridge/nvidia/mcp55/early_ctrl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/southbridge/nvidia/mcp55/early_ctrl.c b/src/southbridge/nvidia/mcp55/early_ctrl.c index cb3e2f0ae5..e91abdff8d 100644 --- a/src/southbridge/nvidia/mcp55/early_ctrl.c +++ b/src/southbridge/nvidia/mcp55/early_ctrl.c @@ -18,11 +18,7 @@ #include <arch/io.h> #include <console/console.h> #include <reset.h> -#if IS_ENABLED(CONFIG_NORTHBRIDGE_AMD_AMDK8) -#include <northbridge/amd/amdk8/amdk8.h> -#else /* CONFIG_NORTHBRIDGE_AMD_AMDFAM10 */ #include <northbridge/amd/amdfam10/amdfam10.h> -#endif #include "mcp55.h" void do_soft_reset(void) |