summaryrefslogtreecommitdiffstats
path: root/src/include/console
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-01-26 14:44:18 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-11 21:54:34 +0100
commit972d5cf040aebbb8052767a4a88ad99a961ad2bf (patch)
treeff06c3b5adfc9e6826bd7e67690e3f7a05e5534d /src/include/console
parent4d77ed9d99af5442d9fce889ce2199de773c4f08 (diff)
downloadcoreboot-staging-972d5cf040aebbb8052767a4a88ad99a961ad2bf.zip
coreboot-staging-972d5cf040aebbb8052767a4a88ad99a961ad2bf.tar.gz
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/include/console')
-rw-r--r--src/include/console/console.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/console/console.h b/src/include/console/console.h
index c5f5297..6fa624c 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -86,7 +86,6 @@ void post_log_clear(void);
void mainboard_post(u8 value);
void __attribute__ ((noreturn)) die(const char *msg);
int do_printk(int msg_level, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
-void hexdump32(char LEVEL, const void *d, int len);
#if defined(__BOOT_BLOCK__) && !CONFIG_BOOTBLOCK_CONSOLE || \
(defined(__PRE_RAM__) && !defined(__BOOT_BLOCK__)) && !CONFIG_EARLY_CONSOLE
OpenPOWER on IntegriCloud