mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
Fix compile error caused by missing timer function
Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
parent
c37ea03117
commit
0e0c4357d1
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@
|
||||||
#define CONFIG_CMD_MII
|
#define CONFIG_CMD_MII
|
||||||
#define CONFIG_CMD_NET
|
#define CONFIG_CMD_NET
|
||||||
|
|
||||||
|
#define CONFIG_MCFTMR
|
||||||
|
|
||||||
#define CONFIG_MCFFEC
|
#define CONFIG_MCFFEC
|
||||||
#ifdef CONFIG_MCFFEC
|
#ifdef CONFIG_MCFFEC
|
||||||
# define CONFIG_NET_MULTI 1
|
# define CONFIG_NET_MULTI 1
|
||||||
|
|
Loading…
Reference in a new issue