diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2006-11-30 18:02:20 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2006-11-30 18:02:20 +0100 | 
| commit | dd520bf314c7add4183c5191692180f576f96b60 (patch) | |
| tree | cf491729e5ca4a222a7fd7fe7205e5157de05f77 /board/emk/top5200/top5200.c | |
| parent | ab07b6c221da99442b6c93986ca30607c6289bf0 (diff) | |
| download | olio-uboot-2014.01-dd520bf314c7add4183c5191692180f576f96b60.tar.xz olio-uboot-2014.01-dd520bf314c7add4183c5191692180f576f96b60.zip | |
Code cleanup.
Diffstat (limited to 'board/emk/top5200/top5200.c')
| -rw-r--r-- | board/emk/top5200/top5200.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/emk/top5200/top5200.c b/board/emk/top5200/top5200.c index 12acc5717..d741e6b5c 100644 --- a/board/emk/top5200/top5200.c +++ b/board/emk/top5200/top5200.c @@ -190,7 +190,7 @@ void init_ide_reset (void)  {  	debug ("init_ide_reset\n"); -    	/* Configure PSC1_4 as GPIO output for ATA reset */ +	/* Configure PSC1_4 as GPIO output for ATA reset */  	*(vu_long *) MPC5XXX_WU_GPIO_ENABLE |= GPIO_PSC1_4;  	*(vu_long *) MPC5XXX_WU_GPIO_DIR    |= GPIO_PSC1_4;  } |