All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 1/6] mx25pdk: Include CONFIG_MX25
@ 2012-10-23 16:34 Fabio Estevam
  2012-10-23 16:34 ` [U-Boot] [PATCH v3 2/6] mx25pdk: Add esdhc support Fabio Estevam
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Fabio Estevam @ 2012-10-23 16:34 UTC (permalink / raw)
  To: u-boot

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>
---
Changes since v2:
- No changes
Changes since v1:
- No changes
 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] 14+ messages in thread

end of thread, other threads:[~2012-12-11 16:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-23 16:34 [U-Boot] [PATCH v3 1/6] mx25pdk: Include CONFIG_MX25 Fabio Estevam
2012-10-23 16:34 ` [U-Boot] [PATCH v3 2/6] mx25pdk: Add esdhc support Fabio Estevam
2012-10-23 16:34 ` [U-Boot] [PATCH v3 3/6] pmic_fsl: Introduce FSL_PMIC_I2C_LENGTH Fabio Estevam
2012-10-23 16:34 ` [U-Boot] [PATCH v3 4/6] mic: Add support for mc34704 Fabio Estevam
2012-10-25 10:35   ` Stefano Babic
2012-10-25 10:55     ` Fabio Estevam
2012-10-25 12:02       ` Stefano Babic
2012-10-23 16:34 ` [U-Boot] [PATCH v3 5/6] mx25: Place common functions into sys_proto.h Fabio Estevam
2012-10-23 16:34 ` [U-Boot] [PATCH v3 6/6] mx25pdk: Add Ethernet support Fabio Estevam
2012-12-08 11:12   ` Albert ARIBAUD
2012-12-08 11:27     ` Stefano Babic
2012-12-08 19:34       ` Fabio Estevam
2012-12-11 16:46     ` Fabio Estevam
2012-10-28 11:50 ` [U-Boot] [PATCH v3 1/6] mx25pdk: Include CONFIG_MX25 Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.