Dove SoC also uses mvsata, therefore add a SoC specific include to allow to reuse the mvsata ide driver.
Signed-off-by: Sebastian Hesselbarth <[email protected]> --- Cc: [email protected] Cc: Sebastian Hesselbarth <[email protected]> Cc: Rabeeh Khoury <[email protected]> Cc: Albert Aribaud <[email protected]> Cc: Prafulla Wadaskar <[email protected]> Cc: Andy Fleming <[email protected]> Cc: Joe Hershberger <[email protected]> Cc: Daniel Stodden <[email protected]> Cc: Luka Perkov <[email protected]> -- 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 a88d0f7..9918f80 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.7.10.4 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

