diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-10 22:00:40 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-10 22:00:40 +0200 |
commit | b1d71358a9448802a08bc822b78debe9f754eae7 (patch) | |
tree | 8d2264449412b582171c74fa0e360d736162a7ba /board/BuS | |
parent | 4176c799645d8b35224345d899006993397635c1 (diff) | |
download | u-boot-imx-b1d71358a9448802a08bc822b78debe9f754eae7.zip u-boot-imx-b1d71358a9448802a08bc822b78debe9f754eae7.tar.gz u-boot-imx-b1d71358a9448802a08bc822b78debe9f754eae7.tar.bz2 |
Minor code cleanup.
Diffstat (limited to 'board/BuS')
-rw-r--r-- | board/BuS/EB+MCF-EV123/Makefile | 2 | ||||
-rw-r--r-- | board/BuS/EB+MCF-EV123/VCxK.c | 2 | ||||
-rw-r--r-- | board/BuS/EB+MCF-EV123/cfm_flash.c | 2 | ||||
-rw-r--r-- | board/BuS/EB+MCF-EV123/flash.c | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/board/BuS/EB+MCF-EV123/Makefile b/board/BuS/EB+MCF-EV123/Makefile index d5dbc71..0596572 100644 --- a/board/BuS/EB+MCF-EV123/Makefile +++ b/board/BuS/EB+MCF-EV123/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS = $(BOARD).o cfm_flash.o flash.o VCxK.o +OBJS = $(BOARD).o cfm_flash.o flash.o VCxK.o $(LIB): .depend $(OBJS) $(AR) crv $@ $(OBJS) diff --git a/board/BuS/EB+MCF-EV123/VCxK.c b/board/BuS/EB+MCF-EV123/VCxK.c index 736c101..4938817 100644 --- a/board/BuS/EB+MCF-EV123/VCxK.c +++ b/board/BuS/EB+MCF-EV123/VCxK.c @@ -1,5 +1,5 @@ /* - * (C) Copyright 2005 + * (C) Copyright 2005 * BuS Elektronik GmbH & Co.KG <esw@bus-elektonik.de> * * See file CREDITS for list of people who contributed to this diff --git a/board/BuS/EB+MCF-EV123/cfm_flash.c b/board/BuS/EB+MCF-EV123/cfm_flash.c index d5a1c30..6ecf0d1 100644 --- a/board/BuS/EB+MCF-EV123/cfm_flash.c +++ b/board/BuS/EB+MCF-EV123/cfm_flash.c @@ -22,7 +22,7 @@ * MA 02111-1307 USA */ -#include <common.h> +#include <common.h> #include <asm/m5282.h> #include "cfm_flash.h" diff --git a/board/BuS/EB+MCF-EV123/flash.c b/board/BuS/EB+MCF-EV123/flash.c index a5d621c..ba76bef 100644 --- a/board/BuS/EB+MCF-EV123/flash.c +++ b/board/BuS/EB+MCF-EV123/flash.c @@ -1,7 +1,7 @@ /* - * (C) Copyright 2005 + * (C) Copyright 2005 * BuS Elektronik GmbH & Co.KG <esw@bus-elektonik.de> - * + * * Based On * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * |