diff options
| author | wdenk <wdenk> | 2004-07-11 20:04:51 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-07-11 20:04:51 +0000 | 
| commit | 810509266fba83fb73f28842fc99268e761bd43c (patch) | |
| tree | 37ea11c82b46a77116b115a72d0009c116b6581d /board/tqm5200/tqm5200.c | |
| parent | 6c7a14084ae5f7dde3819e4ab43fd78ea82805fe (diff) | |
| download | olio-uboot-2014.01-810509266fba83fb73f28842fc99268e761bd43c.tar.xz olio-uboot-2014.01-810509266fba83fb73f28842fc99268e761bd43c.zip | |
* Cleanup
* Patch by Mark Jonas, 05 Jul 2004:
  add support for the Total5100's and Total5200's LCD screen
* Patches by Dan Eisenhut, 01 Jul 2004:
  - README fixes.
  - Move doc2000.h include to prevent compiler warning on some boards
Diffstat (limited to 'board/tqm5200/tqm5200.c')
| -rw-r--r-- | board/tqm5200/tqm5200.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c index 898f1f468..6383d9da1 100644 --- a/board/tqm5200/tqm5200.c +++ b/board/tqm5200/tqm5200.c @@ -18,7 +18,7 @@   *   * This program is distributed in the hope that it will be useful,   * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the   * GNU General Public License for more details.   *   * You should have received a copy of the GNU General Public License @@ -84,8 +84,8 @@ static void sdram_start (int hi_addr)  /*   * ATTENTION: Although partially referenced initdram does NOT make real use - *            use of CFG_SDRAM_BASE. The code does not work if CFG_SDRAM_BASE - *            is something else than 0x00000000. + *	      use of CFG_SDRAM_BASE. The code does not work if CFG_SDRAM_BASE + *	      is something else than 0x00000000.   */  #if defined(CONFIG_MPC5200) @@ -352,7 +352,7 @@ int post_hotkeys_pressed(void)  	/*  	 * Configure PSC6_1 and PSC6_3 as GPIO. PSC6 then couldn't be used in  	 * CODEC or UART mode. Consumer IrDA should still be possible. -         */ +	 */  	gpio->port_config &= ~(0x07000000);  	gpio->port_config |=   0x03000000; |