diff options
Diffstat (limited to 'board/compulab/cm_fx6/common.c')
-rw-r--r-- | board/compulab/cm_fx6/common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/compulab/cm_fx6/common.c b/board/compulab/cm_fx6/common.c index 796931dc99..e1e4a67f8a 100644 --- a/board/compulab/cm_fx6/common.c +++ b/board/compulab/cm_fx6/common.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Code used by both U-Boot and SPL for Compulab CM-FX6 * * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ * * Author: Nikita Kiryanov <nikita@compulab.co.il> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |