diff options
author | Tom Rini <trini@ti.com> | 2013-07-24 09:50:52 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-24 09:50:52 -0400 |
commit | 518d4385375d6f9b8da2e395ac85482809f137d1 (patch) | |
tree | 05be95628e41319b8d474ff00fc01606ed6d8744 | |
parent | e85427fd66a21b39145a47e67871a8863c0e5591 (diff) | |
download | u-boot-imx-518d4385375d6f9b8da2e395ac85482809f137d1.zip u-boot-imx-518d4385375d6f9b8da2e395ac85482809f137d1.tar.gz u-boot-imx-518d4385375d6f9b8da2e395ac85482809f137d1.tar.bz2 |
MIPS: mips64: fix typos in copyright text of start.S
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Conflicts:
arch/mips/cpu/mips64/start.S
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | arch/mips/cpu/mips64/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cpu/mips64/start.S b/arch/mips/cpu/mips64/start.S index 478b8c6..92954e1 100644 --- a/arch/mips/cpu/mips64/start.S +++ b/arch/mips/cpu/mips64/start.S @@ -3,7 +3,7 @@ * * Copyright (c) 2003 Wolfgang Denk <wd@denx.de> * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #include <asm-offsets.h> |