diff options
Diffstat (limited to 'board/compulab/cl-som-am57x/spl.c')
-rw-r--r-- | board/compulab/cl-som-am57x/spl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/compulab/cl-som-am57x/spl.c b/board/compulab/cl-som-am57x/spl.c index de2dadc517..0fb3d84a02 100644 --- a/board/compulab/cl-som-am57x/spl.c +++ b/board/compulab/cl-som-am57x/spl.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * SPL data and initialization for CompuLab CL-SOM-AM57x board * * (C) Copyright 2016 CompuLab, Ltd. http://compulab.co.il/ * * Author: Uri Mashiach <uri.mashiach@compulab.co.il> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/emif.h> |