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