[U-Boot] [PATCH v4 06/10] block: mvsata: add dove include
Sascha Silbe
t-uboot at infra-silbe.de
Sun May 26 20:36:59 CEST 2013
From: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
Dove SoC also uses mvsata, therefore add a SoC specific include to
allow to reuse the mvsata ide driver.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
Acked-by: Prafulla Wadaskar <prafulla at marvell.com>
---
drivers/block/mvsata_ide.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/block/mvsata_ide.c b/drivers/block/mvsata_ide.c
index 42c177f..500f13c 100644
--- a/drivers/block/mvsata_ide.c
+++ b/drivers/block/mvsata_ide.c
@@ -29,6 +29,8 @@
#include <asm/arch/orion5x.h>
#elif defined(CONFIG_KIRKWOOD)
#include <asm/arch/kirkwood.h>
+#elif defined(CONFIG_DOVE)
+#include <asm/arch/dove.h>
#endif
/* SATA port registers */
--
1.8.2.1
More information about the U-Boot
mailing list