From 56f94be3ef63732384063e110277ed89701b6471 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 5 Nov 2002 16:35:14 +0000 Subject: * Add support for log buffer which can be passed to Linux kernel's syslog mechanism; used especially for POST results. * Patch by Klaus Heydeck, 31 Oct 2002: Add initial support for kup4k board --- common/command.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/command.c') diff --git a/common/command.c b/common/command.c index 2f50e6d..db39b41 100644 --- a/common/command.c +++ b/common/command.c @@ -68,6 +68,7 @@ #include #include /* load a bitmap to the VFDs on TRAB */ +#include /* * HELP command @@ -280,6 +281,7 @@ cmd_tbl_t cmd_tbl[] = { CMD_TBL_KGDB CMD_TBL_LOADB CMD_TBL_LOADS + CMD_TBL_LOG CMD_TBL_LOOP CMD_TBL_JFFS2_LS CMD_TBL_MCCINFO -- cgit v1.1