projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c37ea03
)
Fix compile error caused by missing timer function
author
TsiChung Liew
<Tsi-Chung.Liew@freescale.com>
Wed, 9 Jul 2008 20:21:44 +0000
(15:21 -0500)
committer
John Rigby
<jrigby@freescale.com>
Fri, 11 Jul 2008 16:45:58 +0000
(10:45 -0600)
Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
include/configs/EB+MCF-EV123.h
patch
|
blob
|
history
diff --git
a/include/configs/EB+MCF-EV123.h
b/include/configs/EB+MCF-EV123.h
index 417099e0377642203040caf910548a9c0af5ee3b..324eb6ce15bfef1e43858b73a1127be876dde6aa 100644
(file)
--- 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