From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Fri, 30 Nov 2012 17:37:57 +0800 Subject: [U-Boot] [PATCHv3 3/4] at91sam9x5ek: regroup FAT/DOS features In-Reply-To: <50b879fb.0652b40a.733e.74b6@mx.google.com> References: <1354267114-3307-1-git-send-email-yes> <50b879fb.0652b40a.733e.74b6@mx.google.com> Message-ID: <50B87E75.9000106@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/30/2012 17:18, richard.genoud at gmail.com wrote: > From: Richard Genoud > > Signed-off-by: Richard Genoud Acked-by: Bo Shen --- > include/configs/at91sam9x5ek.h | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h > index 71f765b..5e5f9c1 100644 > --- a/include/configs/at91sam9x5ek.h > +++ b/include/configs/at91sam9x5ek.h > @@ -90,6 +90,7 @@ > #define CONFIG_CMD_NAND > #define CONFIG_CMD_SF > #define CONFIG_CMD_MMC > +#define CONFIG_CMD_FAT > > /* SDRAM */ > #define CONFIG_NR_DRAM_BANKS 1 > @@ -142,9 +143,12 @@ > /* MMC */ > #ifdef CONFIG_CMD_MMC > #define CONFIG_MMC > -#define CONFIG_CMD_FAT > #define CONFIG_GENERIC_MMC > #define CONFIG_GENERIC_ATMEL_MCI > +#endif > + > +/* FAT */ > +#ifdef CONFIG_CMD_FAT > #define CONFIG_DOS_PARTITION > #endif > >