diff options
| author | wdenk <wdenk> | 2004-03-14 22:25:36 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-03-14 22:25:36 +0000 | 
| commit | 42dfe7a1844cbad7114038aaf03828acb7a84414 (patch) | |
| tree | d33893d34d2a97aa23257703733dbc9d86d48278 /board/icecube/icecube.c | |
| parent | 855a496fe9ba431772f1ff1aef21a5c001288bb0 (diff) | |
| download | olio-uboot-2014.01-42dfe7a1844cbad7114038aaf03828acb7a84414.tar.xz olio-uboot-2014.01-42dfe7a1844cbad7114038aaf03828acb7a84414.zip | |
Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340
Diffstat (limited to 'board/icecube/icecube.c')
| -rw-r--r-- | board/icecube/icecube.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/icecube/icecube.c b/board/icecube/icecube.c index d2fda90c9..e40bcdf4b 100644 --- a/board/icecube/icecube.c +++ b/board/icecube/icecube.c @@ -215,7 +215,7 @@ void pci_init_board(void)  void init_ide_reset (void)  {  	debug ("init_ide_reset\n"); -     +      	/* 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; |