summaryrefslogtreecommitdiff
path: root/common/cmd_ide.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-03-14 14:09:05 (GMT)
committerwdenk <wdenk>2004-03-14 14:09:05 (GMT)
commit4d13cbad1c81ad7901151fec381bae8c30f4338a (patch)
treeecb8e4694a7a8ddea27f9f6838c61393cbd4c12b /common/cmd_ide.c
parentc3f9d4939af90eb8e30119601c86c05bde6c7345 (diff)
downloadu-boot-4d13cbad1c81ad7901151fec381bae8c30f4338a.tar.xz
* Patch by Tolunay Orkun, 5 Mar 2004:
Fix early board initialization for Cogent CSB272 board * Patch by Ed Okerson, 3 Mar 2004: fix CFI flash writes for little endian systems * Patch by Reinhard Meyer, 01 Mar 2004: generalize USB and IDE support for MPC5200 with according changes to IceCube.h and TOP5200.h add Am29LV256 256 MBit FLASH support for TOP5200 boards add info about USB and IDE to README
Diffstat (limited to 'common/cmd_ide.c')
-rw-r--r--common/cmd_ide.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index e96a5f5..f7b28ca 100644
--- a/common/cmd_ide.c
+++ b/common/cmd_ide.c
@@ -503,6 +503,7 @@ void ide_init (void)
#endif /* CONFIG_IDE_8xx_PCCARD */
#ifdef CONFIG_IDE_PREINIT
+ extern int ide_preinit (void);
WATCHDOG_RESET();
if (ide_preinit ()) {