ata: enable the sata initialize on boot up

Signed-off-by: Dave Liu <daveliu@freescale.com>
This commit is contained in:
Dave Liu 2008-03-26 22:53:24 +08:00 committed by Wolfgang Denk
parent 69386383c5
commit cd54081cd4

View file

@ -38,6 +38,9 @@
#if defined(CONFIG_CMD_IDE) #if defined(CONFIG_CMD_IDE)
#include <ide.h> #include <ide.h>
#endif #endif
#if defined(CONFIG_CMD_SATA)
#include <sata.h>
#endif
#if defined(CONFIG_CMD_SCSI) #if defined(CONFIG_CMD_SCSI)
#include <scsi.h> #include <scsi.h>
#endif #endif
@ -1104,6 +1107,11 @@ void board_init_r (gd_t *id, ulong dest_addr)
#endif #endif
#endif #endif
#if defined(CONFIG_CMD_SATA)
puts ("SATA: ");
sata_initialize ();
#endif
#ifdef CONFIG_LAST_STAGE_INIT #ifdef CONFIG_LAST_STAGE_INIT
WATCHDOG_RESET (); WATCHDOG_RESET ();
/* /*