diff options
author | Lionel Xu <r63889@freescale.com> | 2009-11-13 19:54:10 +0800 |
---|---|---|
committer | Lionel Xu <r63889@freescale.com> | 2009-11-13 20:02:49 +0800 |
commit | cbee64d544a2bd8b5e2ae17bcfdfe79480690292 (patch) | |
tree | 7bda0be949d1c3440310eaaae3a87f8c01b6325a /cpu | |
parent | a5c3bc03d12c2ed6b2627ea99f20d05b184d00d6 (diff) | |
download | u-boot-imx-cbee64d544a2bd8b5e2ae17bcfdfe79480690292.zip u-boot-imx-cbee64d544a2bd8b5e2ae17bcfdfe79480690292.tar.gz u-boot-imx-cbee64d544a2bd8b5e2ae17bcfdfe79480690292.tar.bz2 |
ENGR00118428 MX233 Uboot: reslove the build error for branch imx_v2009.08
bd->bi_enetaddr was removed in one of the previous patchs, some changes must
be done to avoid building error.
Signed-off-by: Lionel Xu <r63889@freescale.com>
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/arm926ejs/stmp378x/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm926ejs/stmp378x/timer.c b/cpu/arm926ejs/stmp378x/timer.c index 07834ac..40e7e32 100644 --- a/cpu/arm926ejs/stmp378x/timer.c +++ b/cpu/arm926ejs/stmp378x/timer.c @@ -38,7 +38,6 @@ */ #include <common.h> -#include <arm926ejs.h> #include <asm/arch/stmp378x.h> #include <asm/arch/timrot.h> |