diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-07-09 15:21:44 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-07-11 10:45:58 -0600 |
commit | 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab (patch) | |
tree | c31398f20ade059161166885367ce72f34ffc9dc | |
parent | c37ea031175b807c54e6bad9b270e9bede6c0078 (diff) | |
download | u-boot-imx-0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab.zip u-boot-imx-0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab.tar.gz u-boot-imx-0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab.tar.bz2 |
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>
-rw-r--r-- | include/configs/EB+MCF-EV123.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/EB+MCF-EV123.h b/include/configs/EB+MCF-EV123.h index 417099e..324eb6c 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 |