diff options
Diffstat (limited to 'board/siemens/draco/mux.c')
-rw-r--r-- | board/siemens/draco/mux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/siemens/draco/mux.c b/board/siemens/draco/mux.c index 38a484eb43..3f2d41befe 100644 --- a/board/siemens/draco/mux.c +++ b/board/siemens/draco/mux.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * pinmux setup for siemens draco board * @@ -7,8 +8,6 @@ * Based on: * u-boot:/board/ti/am335x/mux.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |