summaryrefslogtreecommitdiffstats
path: root/common/devices.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-04-20 14:04:18 +0000
committerwdenk <wdenk>2003-04-20 14:04:18 +0000
commitd791b1dc3e64a6a6317293245d884589bc5c6277 (patch)
tree32f7bfaa5f3112cae01cf78252b1f3c66fcc4354 /common/devices.c
parent4a6fd34b267dbf4a72080ab9a085bb45c63660fb (diff)
downloadtalos-obmc-uboot-d791b1dc3e64a6a6317293245d884589bc5c6277.tar.gz
talos-obmc-uboot-d791b1dc3e64a6a6317293245d884589bc5c6277.zip
* 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
Diffstat (limited to 'common/devices.c')
-rw-r--r--common/devices.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/devices.c b/common/devices.c
index 8bd0e64e3f..615b2171c2 100644
--- a/common/devices.c
+++ b/common/devices.c
@@ -37,6 +37,11 @@ list_t devlist = 0;
device_t *stdio_devices[] = { NULL, NULL, NULL };
char *stdio_names[MAX_FILES] = { "stdin", "stdout", "stderr" };
+#if defined(CONFIG_SPLASH_SCREEN) && !defined(CFG_DEVICE_NULLDEV)
+#define CFG_DEVICE_NULLDEV 1
+#endif
+
+
#ifdef CFG_DEVICE_NULLDEV
void nulldev_putc(const char c)
{
OpenPOWER on IntegriCloud