mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
* 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
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
#include <cmd_dtt.h>
|
||||
|
||||
#include <cmd_vfd.h> /* load a bitmap to the VFDs on TRAB */
|
||||
#include <cmd_log.h>
|
||||
|
||||
/*
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user