From: TsiChung Liew Date: Wed, 9 Jul 2008 20:21:44 +0000 (-0500) Subject: Fix compile error caused by missing timer function X-Git-Tag: v1.3.4-rc1~40^2^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab;p=oweals%2Fu-boot.git Fix compile error caused by missing timer function Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file Signed-off-by: TsiChung Liew --- diff --git a/include/configs/EB+MCF-EV123.h b/include/configs/EB+MCF-EV123.h index 417099e037..324eb6ce15 100644 --- a/include/configs/EB+MCF-EV123.h +++ b/include/configs/EB+MCF-EV123.h @@ -84,6 +84,8 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_NET +#define CONFIG_MCFTMR + #define CONFIG_MCFFEC #ifdef CONFIG_MCFFEC # define CONFIG_NET_MULTI 1