diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-01-26 14:44:18 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-02-11 21:54:34 +0100 |
commit | 972d5cf040aebbb8052767a4a88ad99a961ad2bf (patch) | |
tree | ff06c3b5adfc9e6826bd7e67690e3f7a05e5534d /src/northbridge/intel | |
parent | 4d77ed9d99af5442d9fce889ce2199de773c4f08 (diff) |
Move hexdump32() to lib/hexdump.
Needs printk and is not a console core function.
Change-Id: Id90a363eca133af4469663c1e8b504baa70471e0
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5155
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/fsp_sandybridge/fsp_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> #include <cpu/x86/stack.h> #include <console/console.h> +#include <lib.h> #include "fsp_util.h" #if CONFIG_ENABLE_FAST_BOOT |