diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-28 14:08:35 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 09:48:50 +0000 |
commit | b8a7f04267be5a6b22fc51c93159c79c18203c39 (patch) | |
tree | 71f67ea2bb7a242a18a9827d231c7d3e5465ff42 | |
parent | 21fdd89b0c9b0c135c0febeacbae5f83e33a3c70 (diff) |
sb/amd/cs5536: Remove unneeded include <cpu/x86/bist.h>
Change-Id: Ifae9d67bbba57b30ee9a2f31c448efcb27981c57
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29310
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r-- | src/southbridge/amd/cs5536/early_setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/cs5536/early_setup.c b/src/southbridge/amd/cs5536/early_setup.c index 0ccca36083..a95a0b4521 100644 --- a/src/southbridge/amd/cs5536/early_setup.c +++ b/src/southbridge/amd/cs5536/early_setup.c @@ -20,7 +20,6 @@ */ #include <arch/io.h> -#include <cpu/x86/bist.h> #include <cpu/x86/msr.h> #include <cpu/amd/lxdef.h> #include "cs5536.h" |