
23 Oct
2012
23 Oct
'12
6:34 p.m.
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