diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2013-04-22 01:06:53 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-10 08:25:56 -0400 |
commit | 811acf923d8a0052f22b50306d9362d7e0f8e108 (patch) | |
tree | 8d5c7507e38bc9b094798c021cc311e3ba364223 /board | |
parent | 584506bee694643214152ed2bec9a99df9a244d6 (diff) | |
download | u-boot-imx-811acf923d8a0052f22b50306d9362d7e0f8e108.zip u-boot-imx-811acf923d8a0052f22b50306d9362d7e0f8e108.tar.gz u-boot-imx-811acf923d8a0052f22b50306d9362d7e0f8e108.tar.bz2 |
cm-t35: move cm-t35 to live in compulab directory
Currently the cm-t35 support code lives under board/cm_t35 directory.
Some of the code can be shared with other/future CompuLab boards,
so move the cm-t35 to live under board/compulab/cm_t35 directory.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Tested-by: Nikita Kiryanov <nikita@compulab.co.il>
Diffstat (limited to 'board')
-rw-r--r-- | board/compulab/cm_t35/Makefile (renamed from board/cm_t35/Makefile) | 12 | ||||
-rw-r--r-- | board/compulab/cm_t35/cm_t35.c (renamed from board/cm_t35/cm_t35.c) | 2 | ||||
-rw-r--r-- | board/compulab/cm_t35/display.c (renamed from board/cm_t35/display.c) | 2 | ||||
-rw-r--r-- | board/compulab/cm_t35/eeprom.c (renamed from board/cm_t35/eeprom.c) | 0 | ||||
-rw-r--r-- | board/compulab/cm_t35/eeprom.h (renamed from board/cm_t35/eeprom.h) | 0 | ||||
-rw-r--r-- | board/compulab/cm_t35/leds.c (renamed from board/cm_t35/leds.c) | 3 |
6 files changed, 10 insertions, 9 deletions
diff --git a/board/cm_t35/Makefile b/board/compulab/cm_t35/Makefile index bde56e6..31d9bbb 100644 --- a/board/cm_t35/Makefile +++ b/board/compulab/cm_t35/Makefile @@ -1,6 +1,8 @@ # -# (C) Copyright 2000, 2001, 2002 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# (C) Copyright 2011 - 2013 CompuLab, Ltd. <www.compulab.co.il> +# +# Authors: Nikita Kiryanov <nikita@compulab.co.il> +# Igor Grinberg <grinberg@compulab.co.il> # # See file CREDITS for list of people who contributed to this # project. @@ -17,9 +19,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA -# +# Foundation, Inc. include $(TOPDIR)/config.mk @@ -42,3 +42,5 @@ $(LIB): $(obj).depend $(OBJS) include $(SRCTREE)/rules.mk sinclude $(obj).depend + +######################################################################### diff --git a/board/cm_t35/cm_t35.c b/board/compulab/cm_t35/cm_t35.c index 8528680..b0b80e5 100644 --- a/board/cm_t35/cm_t35.c +++ b/board/compulab/cm_t35/cm_t35.c @@ -1,5 +1,5 @@ /* - * (C) Copyright 2011 CompuLab, Ltd. <www.compulab.co.il> + * (C) Copyright 2011 - 2013 CompuLab, Ltd. <www.compulab.co.il> * * Authors: Mike Rapoport <mike@compulab.co.il> * Igor Grinberg <grinberg@compulab.co.il> diff --git a/board/cm_t35/display.c b/board/compulab/cm_t35/display.c index a004ea1..adc4853 100644 --- a/board/cm_t35/display.c +++ b/board/compulab/cm_t35/display.c @@ -1,5 +1,5 @@ /* - * (C) Copyright 2012 CompuLab, Ltd. <www.compulab.co.il> + * (C) Copyright 2012 - 2013 CompuLab, Ltd. <www.compulab.co.il> * * Authors: Nikita Kiryanov <nikita@compulab.co.il> * diff --git a/board/cm_t35/eeprom.c b/board/compulab/cm_t35/eeprom.c index b0af103..b0af103 100644 --- a/board/cm_t35/eeprom.c +++ b/board/compulab/cm_t35/eeprom.c diff --git a/board/cm_t35/eeprom.h b/board/compulab/cm_t35/eeprom.h index 38824d1..38824d1 100644 --- a/board/cm_t35/eeprom.h +++ b/board/compulab/cm_t35/eeprom.h diff --git a/board/cm_t35/leds.c b/board/compulab/cm_t35/leds.c index 48ad598..dcae135 100644 --- a/board/cm_t35/leds.c +++ b/board/compulab/cm_t35/leds.c @@ -1,6 +1,5 @@ /* - * (C) Copyright 2011 - * CompuLab, Ltd. <www.compulab.co.il> + * (C) Copyright 2011 - 2013 CompuLab, Ltd. <www.compulab.co.il> * * Author: Igor Grinberg <grinberg@compulab.co.il> * |