diff options
| author | Tom Rini <[email protected]> | 2016-01-16 21:45:31 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-01-16 21:45:31 -0500 |
| commit | b57843e68804c2d53d2cff2b8b2238e37b388faa (patch) | |
| tree | 1edb3e718d02661b29071fd8b7375082655d3c9e /arch/mips/include/asm/processor.h | |
| parent | b8c5b47296414c7cef84a879c0c90202bc22720c (diff) | |
| parent | 0e0efb40b874633360967f532eb1ed59ad02adbe (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'arch/mips/include/asm/processor.h')
| -rw-r--r-- | arch/mips/include/asm/processor.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/include/asm/processor.h b/arch/mips/include/asm/processor.h index ba7f5381a3a..02a3b167f53 100644 --- a/arch/mips/include/asm/processor.h +++ b/arch/mips/include/asm/processor.h @@ -1,12 +1,10 @@ /* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * * Copyright (C) 1994 Waldorf GMBH * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Ralf Baechle * Copyright (C) 1996 Paul M. Antoine * Copyright (C) 1999, 2000 Silicon Graphics, Inc. + * + * SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_PROCESSOR_H #define _ASM_PROCESSOR_H |
