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 --- include/configs/R360MPI.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/R360MPI.h') diff --git a/include/configs/R360MPI.h b/include/configs/R360MPI.h index c7cf8a429..8aba25e06 100644 --- a/include/configs/R360MPI.h +++ b/include/configs/R360MPI.h @@ -40,6 +40,8 @@ #undef CONFIG_EDT32F10 #define CONFIG_SHARP_LQ057Q3DC02 +#define CONFIG_SPLASH_SCREEN + #define MPC8XX_FACT 1 /* Multiply by 1 */ #define MPC8XX_XIN 50000000 /* 50 MHz in */ #define CONFIG_8xx_GCLK_FREQ 50000000 /* define if can't use get_gclk_freq */ @@ -118,6 +120,7 @@ #define CFG_I2C_TEM_ADDR 0x49 /* Temperature Sensors */ #define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \ + CFG_CMD_BMP | \ CFG_CMD_DHCP | \ CFG_CMD_DATE | \ CFG_CMD_I2C | \ -- cgit v1.2.3