summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9x5ek.h
diff options
context:
space:
mode:
authorRichard Genoud <richard.genoud@gmail.com>2012-11-29 23:18:33 +0000
committerAndreas Bießmann <andreas.devel@googlemail.com>2012-12-09 22:38:50 +0100
commit419fba0c685f968c6761a9df911f30c3c22f7559 (patch)
treeb85c640f1333f69e906a4237c5ff290af22aacc1 /include/configs/at91sam9x5ek.h
parentbcfc8976e5c86afd7f14c8a32fcd33baad0b482f (diff)
downloadblackbird-obmc-uboot-419fba0c685f968c6761a9df911f30c3c22f7559.tar.gz
blackbird-obmc-uboot-419fba0c685f968c6761a9df911f30c3c22f7559.zip
at91sam9x5ek: regroup FAT/DOS features
Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Acked-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/at91sam9x5ek.h')
-rw-r--r--include/configs/at91sam9x5ek.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h
index 71f765b494..5e5f9c1169 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
OpenPOWER on IntegriCloud