diff options
Diffstat (limited to 'board/gumstix/pepper/board.c')
-rw-r--r-- | board/gumstix/pepper/board.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/gumstix/pepper/board.c b/board/gumstix/pepper/board.c index bfc5fd1c463..ea29dcd75ee 100644 --- a/board/gumstix/pepper/board.c +++ b/board/gumstix/pepper/board.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Board functions for Gumstix Pepper and AM335x-based boards * * Copyright (C) 2014, Gumstix, Incorporated - http://www.gumstix.com/ * Based on board/ti/am335x/board.c from Texas Instruments, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |