aboutsummaryrefslogtreecommitdiff
path: root/src/include/console
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-04 19:50:07 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-04-09 13:26:48 +0200
commit77f43e9b43894f6cdeaab29b2960796b1e3a219e (patch)
tree8919589de1e19fe9f22dbb8251047b93ef907356 /src/include/console
parentb04e0fff7da5547e2152dc8f6f23af247e9048ec (diff)
console: Remove old fix for DEBUG_SMI
No longer needed as wrap_putchar() survives SMM relocation to TSEG. Change-Id: I6143844b0b9902ef63baf3e5781a5dc4f54234be Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5335 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
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 e19abec831..c184f83e20 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -75,7 +75,6 @@ static inline void do_putchar(unsigned char byte) {}
int do_printk(int msg_level, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
void do_putchar(unsigned char byte);
-void wrap_putchar(unsigned char byte, void *data);
#define printk(LEVEL, fmt, args...) \
do { \