diff options
| author | wdenk <wdenk> | 2004-03-23 22:53:55 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-03-23 22:53:55 +0000 | 
| commit | eeb1b77b7d994b2fde385d5b90bb1abfc0ba3bee (patch) | |
| tree | 4969ca7b7599dc06fb9981227692968fadb3cf3d /include/common.h | |
| parent | 27aa818670ad6776546ee3c1ad339b68866368ef (diff) | |
| download | olio-uboot-2014.01-eeb1b77b7d994b2fde385d5b90bb1abfc0ba3bee.tar.xz olio-uboot-2014.01-eeb1b77b7d994b2fde385d5b90bb1abfc0ba3bee.zip | |
* Patch by Pierre Aubert, 18 Mar 2004:
  - Unify video mode handling for Chips & Technologies 69000 Video
    chip and Silicon Motion SMI 712/710/810 Video chip
  - Add selection of the video output (CRT or LCD) via 'videoout'
    environment variable for the Silicon Motion
  - README update
* Patch by Pierre Aubert, 18 Mar 2004:
  include/common.h typo fix
* Patches by Tolunay Orkun, 17 Mar 2004:
  - Add support for bd->bi_iic_fast[] initialization via environment
    variable "i2cfast" (CONFIG_I2CFAST)
  - Add "i2cfast" u-boot environment variable support for csb272
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/common.h b/include/common.h index 25ab5aa54..acdcf6973 100644 --- a/include/common.h +++ b/include/common.h @@ -319,7 +319,7 @@ void	relocate_code (ulong, gd_t *, ulong);  ulong	get_endaddr   (void);  void	trap_init     (ulong);  #if defined (CONFIG_4xx)	|| \ -    defined (CONFIG_5xxx)	|| \ +    defined (CONFIG_MPC5xxx)	|| \      defined (CONFIG_74xx_7xx)	|| \      defined (CONFIG_74x)	|| \      defined (CONFIG_75x)	|| \ |