diff options
Diffstat (limited to 'board/mpc8308_p1m')
-rw-r--r-- | board/mpc8308_p1m/Makefile | 4 | ||||
-rw-r--r-- | board/mpc8308_p1m/mpc8308_p1m.c | 3 | ||||
-rw-r--r-- | board/mpc8308_p1m/sdram.c | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/board/mpc8308_p1m/Makefile b/board/mpc8308_p1m/Makefile index fb8ca3a007..4ec3b0cda9 100644 --- a/board/mpc8308_p1m/Makefile +++ b/board/mpc8308_p1m/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # (C) Copyright 2010 # Ilya Yanok, Emcraft Systems, yanok@emcraft.com -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := mpc8308_p1m.o sdram.o diff --git a/board/mpc8308_p1m/mpc8308_p1m.c b/board/mpc8308_p1m/mpc8308_p1m.c index a5a036f9cf..ab724da0d2 100644 --- a/board/mpc8308_p1m/mpc8308_p1m.c +++ b/board/mpc8308_p1m/mpc8308_p1m.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2010 Freescale Semiconductor, Inc. * Copyright (C) 2010 Ilya Yanok, Emcraft Systems, yanok@emcraft.com - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/mpc8308_p1m/sdram.c b/board/mpc8308_p1m/sdram.c index 05c477d389..4118c019cc 100644 --- a/board/mpc8308_p1m/sdram.c +++ b/board/mpc8308_p1m/sdram.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2007 Freescale Semiconductor, Inc. * Copyright (C) 2010 Ilya Yanok, Emcraft Systems, yanok@emcraft.com * * This files is mostly identical to the original from * board/freescale/mpc8308rdb/sdram.c - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |