* [U-Boot-Users] [PATCH v4 7/9] ata: enable the sata initialize on boot up
@ 2008-03-26 14:53 Dave Liu
0 siblings, 0 replies; only message in thread
From: Dave Liu @ 2008-03-26 14:53 UTC (permalink / raw)
To: u-boot
Signed-off-by: Dave Liu <daveliu@freescale.com>
---
lib_ppc/board.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index 3ab22f8..3038302 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -38,6 +38,9 @@
#if defined(CONFIG_CMD_IDE)
#include <ide.h>
#endif
+#if defined(CONFIG_CMD_SATA)
+#include <sata.h>
+#endif
#if defined(CONFIG_CMD_SCSI)
#include <scsi.h>
#endif
@@ -1104,6 +1107,11 @@ void board_init_r (gd_t *id, ulong dest_addr)
#endif
#endif
+#if defined(CONFIG_CMD_SATA)
+ puts ("SATA: ");
+ sata_initialize ();
+#endif
+
#ifdef CONFIG_LAST_STAGE_INIT
WATCHDOG_RESET ();
/*
--
1.5.4.rc4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-26 14:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26 14:53 [U-Boot-Users] [PATCH v4 7/9] ata: enable the sata initialize on boot up Dave Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.