[U-Boot] [PATCH v3 6/7] mx51evk: Enable support for iim
Benoît Thébaudeau
benoit.thebaudeau at advansee.com
Tue Mar 26 22:24:55 CET 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 v3:
- New patch.
Changes in v2: None
include/configs/mx51evk.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index cb3d938..cdd72cc 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -53,6 +53,10 @@
/*
* Hardware drivers
*/
+#define CONFIG_FSL_IIM
+#define CONFIG_SYS_FSL_IIM_ADDR IIM_BASE_ADDR
+#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