public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] mx25pdk: Include CONFIG_MX25
@ 2012-10-11  3:58 Fabio Estevam
  2012-10-11  3:58 ` [U-Boot] [PATCH 2/3] mx25pdk: Add esdhc support Fabio Estevam
  2012-10-11  3:58 ` [U-Boot] [PATCH 3/3] mx25pdk: Add FEC support Fabio Estevam
  0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2012-10-11  3:58 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

It is necessary to include CONFIG_MX25 as several i.mx drivers handle the SoC
differences based on the this config option.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx25pdk.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index 96c143e..2087502 100644
--- a/include/configs/mx25pdk.h
+++ b/include/configs/mx25pdk.h
@@ -17,6 +17,7 @@
 
 /* High Level Configuration Options */
 
+#define CONFIG_MX25
 #define CONFIG_SYS_HZ			1000
 #define CONFIG_SYS_TEXT_BASE		0x81200000
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-10-11 11:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-11  3:58 [U-Boot] [PATCH 1/3] mx25pdk: Include CONFIG_MX25 Fabio Estevam
2012-10-11  3:58 ` [U-Boot] [PATCH 2/3] mx25pdk: Add esdhc support Fabio Estevam
2012-10-11  7:17   ` Stefano Babic
2012-10-11 11:03     ` Benoît Thébaudeau
2012-10-11  3:58 ` [U-Boot] [PATCH 3/3] mx25pdk: Add FEC support Fabio Estevam
2012-10-11  7:21   ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox