From 20eaef024cb06677de10d018e6f70c28d1841290 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 29 Mar 2019 17:45:28 +0100 Subject: src: Add missing include 'console.h' Change-Id: Ie21c390ab04adb5b05d5f9760d227d2a175ccb56 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/32122 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/southbridge/amd/cimx/sb900/cfg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/southbridge/amd/cimx/sb900') diff --git a/src/southbridge/amd/cimx/sb900/cfg.c b/src/southbridge/amd/cimx/sb900/cfg.c index bc7e742b28..353d5771e0 100644 --- a/src/southbridge/amd/cimx/sb900/cfg.c +++ b/src/southbridge/amd/cimx/sb900/cfg.c @@ -13,12 +13,12 @@ * GNU General Public License for more details. */ - +#include #include + #include "SbPlatform.h" #include "platform_cfg.h" - /** * @brief South Bridge CIMx configuration * -- cgit v1.2.3