From 9b1a938a22e570d080024880bd04c4bbef4b8037 Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 11 Sep 2009 06:01:28 +0000 Subject: Alexei Babich cleanup git-svn-id: svn://svn.berlios.de/openocd/trunk@2688 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/mx3_nand.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/flash/mx3_nand.h') diff --git a/src/flash/mx3_nand.h b/src/flash/mx3_nand.h index 2759fde3..31938933 100644 --- a/src/flash/mx3_nand.h +++ b/src/flash/mx3_nand.h @@ -1,3 +1,30 @@ + +/*************************************************************************** + * Copyright (C) 2009 by Alexei Babich * + * Rezonans plc., Chelyabinsk, Russia * + * impatt@mail.ru * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * 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. * + ***************************************************************************/ + +/* + * Freescale iMX3* OpenOCD NAND Flash controller support. + * + * Many thanks to Ben Dooks for writing s3c24xx driver. + */ #include #define MX3_NF_BASE_ADDR 0xb8000000 -- cgit v1.2.3