> -----Original Message----- > From: Gérald Kerma [mailto:[email protected]] > Sent: Friday, November 19, 2010 10:26 PM > To: Prafulla Wadaskar > Cc: [email protected]; Clint Adams > Subject: [PATCH v2 1/1] Sheevaplug: Add mvsata support > > --- > include/configs/sheevaplug.h | 29 +++++++++++++++++++++++++++++ > 1 files changed, 29 insertions(+), 0 deletions(-) > > diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h > index b944ec7..82e49c0 100644 > --- a/include/configs/sheevaplug.h > +++ b/include/configs/sheevaplug.h > @@ -46,6 +46,7 @@ > #include <config_cmd_default.h> > #define CONFIG_CMD_DHCP > #define CONFIG_CMD_ENV > +#define CONFIG_CMD_IDE > #define CONFIG_CMD_MII > #define CONFIG_CMD_MMC > #define CONFIG_CMD_NAND > @@ -107,6 +108,34 @@ > #endif /* CONFIG_CMD_NET */ > > /* > + * IDE Support on SATA port0 > + */
This is not needed, pls sync your code with latest u-boot Regards.. Prafulla . . _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

