Renamed mx2.{c,h} to mxc.{c,h} and added copyright notice

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>
This commit is contained in:
Erik Ahlén 2011-12-14 10:32:53 +01:00 committed by Spencer Oliver
parent c402c1166b
commit 27bcd224b2
3 changed files with 9 additions and 3 deletions

View File

@ -17,7 +17,7 @@ NAND_DRIVERS = \
davinci.c \ davinci.c \
lpc3180.c \ lpc3180.c \
lpc32xx.c \ lpc32xx.c \
mx2.c \ mxc.c \
mx3.c \ mx3.c \
orion.c \ orion.c \
s3c24xx.c \ s3c24xx.c \
@ -37,7 +37,7 @@ noinst_HEADERS = \
imp.h \ imp.h \
lpc3180.h \ lpc3180.h \
lpc32xx.h \ lpc32xx.h \
mx2.h \ mxc.h \
mx3.h \ mx3.h \
s3c24xx.h \ s3c24xx.h \
s3c24xx_regs.h \ s3c24xx_regs.h \

View File

@ -6,6 +6,9 @@
* Copyright (C) 2010 by Gaetan CARLIER * * Copyright (C) 2010 by Gaetan CARLIER *
* Trump s.a., Belgium * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or * * the Free Software Foundation; either version 2 of the License, or *
@ -42,7 +45,7 @@
#endif #endif
#include "imp.h" #include "imp.h"
#include "mx2.h" #include "mxc.h"
#include <target/target.h> #include <target/target.h>
#define nfc_is_v1() (mxc_nf_info->mxc_version == MXC_VERSION_MX27 || \ #define nfc_is_v1() (mxc_nf_info->mxc_version == MXC_VERSION_MX27 || \

View File

@ -4,6 +4,9 @@
* Rezonans plc., Chelyabinsk, Russia * * Rezonans plc., Chelyabinsk, Russia *
* impatt@mail.ru * * impatt@mail.ru *
* * * *
* Copyright (C) 2011 by Erik Ahlen *
* Avalon Innovation, Sweden *
* *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or * * the Free Software Foundation; either version 2 of the License, or *