diff options
Diffstat (limited to 'src/northbridge/dmp')
-rw-r--r-- | src/northbridge/dmp/vortex86ex/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/dmp/vortex86ex/Makefile.inc | 2 | ||||
-rw-r--r-- | src/northbridge/dmp/vortex86ex/chip.h | 2 | ||||
-rw-r--r-- | src/northbridge/dmp/vortex86ex/northbridge.c | 2 | ||||
-rw-r--r-- | src/northbridge/dmp/vortex86ex/northbridge.h | 2 | ||||
-rw-r--r-- | src/northbridge/dmp/vortex86ex/raminit.c | 2 | ||||
-rw-r--r-- | src/northbridge/dmp/vortex86ex/xgi_oprom.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/northbridge/dmp/vortex86ex/Kconfig b/src/northbridge/dmp/vortex86ex/Kconfig index 74239ada59..a30779e264 100644 --- a/src/northbridge/dmp/vortex86ex/Kconfig +++ b/src/northbridge/dmp/vortex86ex/Kconfig @@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc. ## config NORTHBRIDGE_DMP_VORTEX86EX diff --git a/src/northbridge/dmp/vortex86ex/Makefile.inc b/src/northbridge/dmp/vortex86ex/Makefile.inc index 9c83eff84f..4f808a5225 100644 --- a/src/northbridge/dmp/vortex86ex/Makefile.inc +++ b/src/northbridge/dmp/vortex86ex/Makefile.inc @@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc. ## ifeq ($(CONFIG_NORTHBRIDGE_DMP_VORTEX86EX),y) diff --git a/src/northbridge/dmp/vortex86ex/chip.h b/src/northbridge/dmp/vortex86ex/chip.h index 93384c4244..3e56aa5dd5 100644 --- a/src/northbridge/dmp/vortex86ex/chip.h +++ b/src/northbridge/dmp/vortex86ex/chip.h @@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #ifndef _NORTHBRIDGE_DMP_VORTEX86EX diff --git a/src/northbridge/dmp/vortex86ex/northbridge.c b/src/northbridge/dmp/vortex86ex/northbridge.c index fcebed84c6..59c0046a2f 100644 --- a/src/northbridge/dmp/vortex86ex/northbridge.c +++ b/src/northbridge/dmp/vortex86ex/northbridge.c @@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #include <console/console.h> diff --git a/src/northbridge/dmp/vortex86ex/northbridge.h b/src/northbridge/dmp/vortex86ex/northbridge.h index e6f21cdeff..6d9de0b2b6 100644 --- a/src/northbridge/dmp/vortex86ex/northbridge.h +++ b/src/northbridge/dmp/vortex86ex/northbridge.h @@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #ifndef NORTHBRIDGE_H diff --git a/src/northbridge/dmp/vortex86ex/raminit.c b/src/northbridge/dmp/vortex86ex/raminit.c index 227b376a7e..b2c00d6a1c 100644 --- a/src/northbridge/dmp/vortex86ex/raminit.c +++ b/src/northbridge/dmp/vortex86ex/raminit.c @@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ static u16 get_mask(u16 bit_width, u16 bit_offset) diff --git a/src/northbridge/dmp/vortex86ex/xgi_oprom.c b/src/northbridge/dmp/vortex86ex/xgi_oprom.c index dc814c2ee5..29452958ff 100644 --- a/src/northbridge/dmp/vortex86ex/xgi_oprom.c +++ b/src/northbridge/dmp/vortex86ex/xgi_oprom.c @@ -14,7 +14,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ /******************************************************************** |