diff options
Diffstat (limited to 'board/siemens/common/board.c')
-rw-r--r-- | board/siemens/common/board.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/siemens/common/board.c b/board/siemens/common/board.c index 65fa6af2d4..622bde5f9f 100644 --- a/board/siemens/common/board.c +++ b/board/siemens/common/board.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Common board functions for siemens AM335X based boards * (C) Copyright 2013 Siemens Schweiz AG @@ -6,8 +7,6 @@ * Based on: * U-Boot file:/board/ti/am335x/board.c * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |