diff options
| author | wdenk <wdenk> | 2003-04-20 14:04:18 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-04-20 14:04:18 +0000 | 
| commit | d791b1dc3e64a6a6317293245d884589bc5c6277 (patch) | |
| tree | 32f7bfaa5f3112cae01cf78252b1f3c66fcc4354 /include/commproc.h | |
| parent | 4a6fd34b267dbf4a72080ab9a085bb45c63660fb (diff) | |
| download | olio-uboot-2014.01-d791b1dc3e64a6a6317293245d884589bc5c6277.tar.xz olio-uboot-2014.01-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 'include/commproc.h')
| -rw-r--r-- | include/commproc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/commproc.h b/include/commproc.h index d02dea43e..e9b0ab777 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -1365,7 +1365,7 @@ typedef struct scc_enet {  /***  TQM855L, TQM860L, TQM862L  **************************************/  #if defined(CONFIG_TQM855L) || \ -    defined(CONFIG_TQM860L) +    defined(CONFIG_TQM860L) || \      defined(CONFIG_TQM862L)  # ifdef CONFIG_SCC1_ENET	/* use SCC for 10Mbps Ethernet	*/ |