diff options
Diffstat (limited to 'post/cpu/mpc83xx/ecc.c')
-rw-r--r-- | post/cpu/mpc83xx/ecc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/post/cpu/mpc83xx/ecc.c b/post/cpu/mpc83xx/ecc.c index 76a3693aa40..03b6d65fe9b 100644 --- a/post/cpu/mpc83xx/ecc.c +++ b/post/cpu/mpc83xx/ecc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2010 * Eastman Kodak Company, <www.kodak.com> @@ -5,8 +6,6 @@ * * The code is based on the cpu/mpc83xx/ecc.c written by * Dave Liu <daveliu@freescale.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |