diff options
author | Tom Rini <trini@konsulko.com> | 2018-05-11 14:54:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-11 14:54:57 -0400 |
commit | 57a72d0560eb7693a35a891f43587bcd6786dc04 (patch) | |
tree | fa9c06fee0d8c1a88649a3f337e994dc87ae0e98 /tools | |
parent | 3b52847a451a81001b578353e793d7d9739b69d6 (diff) | |
download | u-boot-57a72d0560eb7693a35a891f43587bcd6786dc04.zip u-boot-57a72d0560eb7693a35a891f43587bcd6786dc04.tar.gz u-boot-57a72d0560eb7693a35a891f43587bcd6786dc04.tar.bz2 |
SPDX: Correct SPDX tags from recent xilinx merge
Correct the SPDX tag format.
Fixes: 3b52847a451a ("Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze")
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/zynqmpimage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/zynqmpimage.h b/tools/zynqmpimage.h index 7a57681..a1db819 100644 --- a/tools/zynqmpimage.h +++ b/tools/zynqmpimage.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2016 Michal Simek <michals@xilinx.com> * Copyright (C) 2015 Nathan Rossi <nathan@nathanrossi.com> * - * SPDX-License-Identifier: GPL-2.0+ - * * The following Boot Header format/structures and values are defined in the * following documents: * * ug1085 ZynqMP TRM doc v1.4 (Chapter 11, Table 11-4) |