diff options
Diffstat (limited to 'cmd/armflash.c')
-rw-r--r-- | cmd/armflash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/armflash.c b/cmd/armflash.c index b94d128faa2..6872b0dde3d 100644 --- a/cmd/armflash.c +++ b/cmd/armflash.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2015 * Linus Walleij, Linaro * * Support for ARM Flash Partitions - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <command.h> |