[U-Boot] [PATCH v3 1/6] mx25pdk: Include CONFIG_MX25
Fabio Estevam
fabio.estevam at freescale.com
Tue Oct 23 18:34:48 CEST 2012
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 at 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
More information about the U-Boot
mailing list