[U-Boot] [PATCH v4 06/10] mx51evk: Enable support for iim
Benoît Thébaudeau
benoit.thebaudeau at advansee.com
Tue Apr 23 22:17:43 CEST 2013
This allows to test the iim driver in the mainline tree.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau at advansee.com>
---
Changes in v4:
- Drop CONFIG_SYS_FSL_IIM_ADDR.
Changes in v3:
- New patch.
Changes in v2: None
include/configs/mx51evk.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index cb3d938..6a8a319 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -53,6 +53,9 @@
/*
* Hardware drivers
*/
+#define CONFIG_FSL_IIM
+#define CONFIG_CMD_FUSE
+
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART1_BASE
#define CONFIG_MXC_GPIO
--
1.7.10.4
More information about the U-Boot
mailing list