From d791b1dc3e64a6a6317293245d884589bc5c6277 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 20 Apr 2003 14:04:18 +0000 Subject: * Make sure Block Lock Bits get cleared in R360MPI flash driver * MPC823 LCD driver: Fill color map backwards, to allow for steady display when Linux takes over * Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS (this time for real). * Add support for "bmp info" and "bmp display" commands to load bitmap images; this can be used (for example in a "preboot" command) to display a splash screen very quickly after poweron. * Add support for 133 MHz clock on INCA-IP 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 1008925c7..dc2fcb193 100644 --- a/common/command.c +++ b/common/command.c @@ -72,6 +72,7 @@ #include /* load a bitmap to the VFDs on TRAB */ #include #include +#include #ifdef CONFIG_AMIGAONEG3SE #include @@ -231,6 +232,7 @@ cmd_tbl_t cmd_tbl[] = { CMD_TBL_AUTOSCRIPT CMD_TBL_BASE CMD_TBL_BDINFO + CMD_TBL_BMP #ifdef CONFIG_AMIGAONEG3SE CMD_TBL_BOOTA #endif -- cgit v1.2.3-70-g09d2