This allows to test the iim driver in the mainline tree. Signed-off-by: Benoît Thébaudeau <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

