diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2011-04-18 17:48:31 -0400 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:06 +0200 |
commit | dccd9a0b4f55d52c56869111f4459b2dd2fb7758 (patch) | |
tree | 4251fa3063b8208ef26909f3e91854a70b285c52 /board | |
parent | 41d7e702ebfc4c7ac4748312808da62237f11a5b (diff) | |
download | u-boot-imx-dccd9a0b4f55d52c56869111f4459b2dd2fb7758.zip u-boot-imx-dccd9a0b4f55d52c56869111f4459b2dd2fb7758.tar.gz u-boot-imx-dccd9a0b4f55d52c56869111f4459b2dd2fb7758.tar.bz2 |
OMAP3: CM-T35: update board files header information
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/cm_t35/cm_t35.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/board/cm_t35/cm_t35.c b/board/cm_t35/cm_t35.c index 2eb9dac..5c8d569 100644 --- a/board/cm_t35/cm_t35.c +++ b/board/cm_t35/cm_t35.c @@ -1,8 +1,9 @@ /* - * (C) Copyright 2010 + * (C) Copyright 2011 * CompuLab, Ltd. <www.compulab.co.il> * - * Author: Mike Rapoport <mike@compulab.co.il> + * Authors: Mike Rapoport <mike@compulab.co.il> + * Igor Grinberg <grinberg@compulab.co.il> * * Derived from omap3evm and Beagle Board by * Manikandan Pillai <mani.pillai@ti.com> @@ -24,8 +25,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 <common.h> |