
26 Mar
2013
26 Mar
'13
10:24 p.m.
This allows to test the iim driver in the mainline tree.
Signed-off-by: Benoît Thébaudeau benoit.thebaudeau@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