]> www.infradead.org Git - users/borneoa/openocd-next.git/commitdiff
Renamed mx2.{c,h} to mxc.{c,h} and added copyright notice
authorErik Ahlén <erik.ahlen@avalonenterprise.com>
Wed, 14 Dec 2011 09:32:53 +0000 (10:32 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Fri, 23 Dec 2011 10:01:20 +0000 (10:01 +0000)
Change-Id: I07a280acdce58b8af4a145cd6beafccbb59f20d7
Signed-off-by: Erik Ahlén <erik.ahlen@avalonenterprise.com>
Reviewed-on: http://openocd.zylin.com/272
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/flash/nand/Makefile.am
src/flash/nand/mxc.c [moved from src/flash/nand/mx2.c with 99% similarity]
src/flash/nand/mxc.h [moved from src/flash/nand/mx2.h with 96% similarity]

index 23c303bfc1ad2c27039d2ecc650d6edf78bc7984..2ddd096ae98722fee9d846df3cc4b920558f9d9e 100644 (file)
@@ -17,7 +17,7 @@ NAND_DRIVERS = \
        davinci.c \
        lpc3180.c \
        lpc32xx.c \
-       mx2.c \
+       mxc.c \
        mx3.c \
        orion.c \
        s3c24xx.c \
@@ -37,7 +37,7 @@ noinst_HEADERS = \
        imp.h \
        lpc3180.h \
        lpc32xx.h \
-       mx2.h \
+       mxc.h \
        mx3.h \
        s3c24xx.h \
        s3c24xx_regs.h \
similarity index 99%
rename from src/flash/nand/mx2.c
rename to src/flash/nand/mxc.c
index a4e6eb1a1e86cba9ff1a38419fd10a36d99b7a1c..50e4123b53e1f5f76e43eed9af5a3386ec12cb19 100644 (file)
@@ -6,6 +6,9 @@
  *   Copyright (C) 2010 by Gaetan CARLIER                                  *
  *   Trump s.a., Belgium                                                   *
  *                                                                         *
+ *   Copyright (C) 2011 by Erik Ahlen                                      *
+ *   Avalon Innovation, Sweden                                             *
+ *                                                                         *
  *   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     *
@@ -42,7 +45,7 @@
 #endif
 
 #include "imp.h"
-#include "mx2.h"
+#include "mxc.h"
 #include <target/target.h>
 
 #define nfc_is_v1() (mxc_nf_info->mxc_version == MXC_VERSION_MX27 || \
similarity index 96%
rename from src/flash/nand/mx2.h
rename to src/flash/nand/mxc.h
index 45d9ecb87b3dc08349801535a7f857052796adaf..b3a46b3a856206dc23d0ffc9832db01cbaffaa86 100644 (file)
@@ -4,6 +4,9 @@
  *   Rezonans plc., Chelyabinsk, Russia                                    *
  *   impatt@mail.ru                                                        *
  *                                                                         *
+ *   Copyright (C) 2011 by Erik Ahlen                                      *
+ *   Avalon Innovation, Sweden                                             *
+ *                                                                         *
  *   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     *