diff options
Diffstat (limited to 'board/siemens/rut/board.c')
-rw-r--r-- | board/siemens/rut/board.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/siemens/rut/board.c b/board/siemens/rut/board.c index ed5cde3a0b7..25e2ed22a67 100644 --- a/board/siemens/rut/board.c +++ b/board/siemens/rut/board.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Board functions for TI AM335X based rut board * (C) Copyright 2013 Siemens Schweiz AG @@ -7,8 +8,6 @@ * u-boot:/board/ti/am335x/board.c * * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |