diff options
Diffstat (limited to 'board/dbau1x00')
-rw-r--r-- | board/dbau1x00/Makefile | 4 | ||||
-rw-r--r-- | board/dbau1x00/dbau1x00.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/dbau1x00/Makefile b/board/dbau1x00/Makefile index 2f14402a606..0ea56ef59c1 100644 --- a/board/dbau1x00/Makefile +++ b/board/dbau1x00/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2003-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y = dbau1x00.o obj-y += lowlevel_init.o diff --git a/board/dbau1x00/dbau1x00.c b/board/dbau1x00/dbau1x00.c index 81285d7470b..1e62753b30f 100644 --- a/board/dbau1x00/dbau1x00.c +++ b/board/dbau1x00/dbau1x00.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2003 * Thomas.Lange@corelatus.se - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |