summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/omap3evm/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/omap3evm/board.c')
-rw-r--r--arch/arm/boards/omap3evm/board.c19
1 files changed, 3 insertions, 16 deletions
diff --git a/arch/arm/boards/omap3evm/board.c b/arch/arm/boards/omap3evm/board.c
index eefb540fc1..62b1a1c00f 100644
--- a/arch/arm/boards/omap3evm/board.c
+++ b/arch/arm/boards/omap3evm/board.c
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
+// SPDX-FileCopyrightText: 2009 Sanjeev Premi <premi@ti.com>, Texas Instruments Incorporated (http://www.ti.com/)
+
/**
* @file
* @brief Board Initialization routines for OMAP3EVM.
@@ -22,22 +25,6 @@
* Originally from arch/arm/boards/omap/board-beagle.c
*/
-/*
- * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/
- * Sanjeev Premi <premi@ti.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
-
-
#include <common.h>
#include <console.h>
#include <init.h>