2e837cc
From 0d4a05fb5f42a7a4f9689336872762070c45c9be Mon Sep 17 00:00:00 2001
2e837cc
From: Peter Robinson <pbrobinson@gmail.com>
2e837cc
Date: Fri, 6 Mar 2015 14:05:39 +0000
2e837cc
Subject: [PATCH 12/12] beagle board: use ext support in the SPL
2e837cc
2e837cc
---
2e837cc
 include/configs/omap3_beagle.h | 3 +++
2e837cc
 1 file changed, 3 insertions(+)
2e837cc
2e837cc
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
2e837cc
index f25a940..eb782d8 100644
2e837cc
--- a/include/configs/omap3_beagle.h
2e837cc
+++ b/include/configs/omap3_beagle.h
2e837cc
@@ -297,6 +297,9 @@
2e837cc
 /* Defines for SPL */
2e837cc
 #define CONFIG_SPL_OMAP3_ID_NAND
2e837cc
 
2e837cc
+#define CONFIG_SPL_EXT_SUPPORT
2e837cc
+#undef  CONFIG_SPL_FAT_SUPPORT
2e837cc
+
2e837cc
 /* NAND boot config */
2e837cc
 #define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
2e837cc
 #define CONFIG_SYS_NAND_5_ADDR_CYCLE
2e837cc
-- 
2e837cc
2.3.1
2e837cc