projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2064000
)
Minor coding style cleanup.
author
Wolfgang Denk
<wd@denx.de>
Tue, 28 Aug 2007 23:32:05 +0000
(
01:32
+0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 28 Aug 2007 23:32:05 +0000
(
01:32
+0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
cpu/mpc5xxx/ide.c
patch
|
blob
|
history
diff --git
a/cpu/mpc5xxx/ide.c
b/cpu/mpc5xxx/ide.c
index 344e6f2029481e60c0f96e6111d1408aeb9deccc..df5b4acd0ee61f7012c0ef375141028baf88a51c 100644
(file)
--- a/
cpu/mpc5xxx/ide.c
+++ b/
cpu/mpc5xxx/ide.c
@@
-56,7
+56,7
@@
int ide_preinit (void)
#if defined(CONFIG_UC101)
/* Configure and reset host */
- *(vu_long *) MPC5XXX_ATA_HOST_CONFIG =
+ *(vu_long *) MPC5XXX_ATA_HOST_CONFIG =
MPC5xxx_ATA_HOSTCONF_SMR | MPC5xxx_ATA_HOSTCONF_FR;
udelay (10);
*(vu_long *) MPC5XXX_ATA_HOST_CONFIG = 0;