From 972d5cf040aebbb8052767a4a88ad99a961ad2bf Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 26 Jan 2014 14:44:18 +0200 Subject: Move hexdump32() to lib/hexdump. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needs printk and is not a console core function. Change-Id: Id90a363eca133af4469663c1e8b504baa70471e0 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5155 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Alexandru Gagniuc --- src/northbridge/intel/fsp_sandybridge/fsp_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel/fsp_sandybridge') diff --git a/src/northbridge/intel/fsp_sandybridge/fsp_util.c b/src/northbridge/intel/fsp_sandybridge/fsp_util.c index a8738a4358..a653747e1e 100644 --- a/src/northbridge/intel/fsp_sandybridge/fsp_util.c +++ b/src/northbridge/intel/fsp_sandybridge/fsp_util.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "fsp_util.h" #if CONFIG_ENABLE_FAST_BOOT -- cgit v1.2.3