diff options
Diffstat (limited to 'board/toradex/common')
-rw-r--r-- | board/toradex/common/Kconfig | 2 | ||||
-rw-r--r-- | board/toradex/common/Makefile | 2 | ||||
-rw-r--r-- | board/toradex/common/tdx-cfg-block.c | 3 | ||||
-rw-r--r-- | board/toradex/common/tdx-cfg-block.h | 3 | ||||
-rw-r--r-- | board/toradex/common/tdx-common.c | 3 | ||||
-rw-r--r-- | board/toradex/common/tdx-common.h | 3 |
6 files changed, 6 insertions, 10 deletions
diff --git a/board/toradex/common/Kconfig b/board/toradex/common/Kconfig index b33baeff84..11f4aab359 100644 --- a/board/toradex/common/Kconfig +++ b/board/toradex/common/Kconfig @@ -1,5 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # Copyright (c) 2016 Toradex, Inc. -# SPDX-License-Identifier: GPL-2.0+ menuconfig TDX_CFG_BLOCK bool "Enable Toradex config block support" diff --git a/board/toradex/common/Makefile b/board/toradex/common/Makefile index d645f5a4ad..6b9fccb6b9 100644 --- a/board/toradex/common/Makefile +++ b/board/toradex/common/Makefile @@ -1,5 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ # Copyright (c) 2016 Toradex, Inc. -# SPDX-License-Identifier: GPL-2.0+ # Common for all Toradex modules ifeq ($(CONFIG_SPL_BUILD),y) diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c index f850a3c98e..f6231ff2f9 100644 --- a/board/toradex/common/tdx-cfg-block.c +++ b/board/toradex/common/tdx-cfg-block.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2016 Toradex, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h index fd7c362cd7..29b933c307 100644 --- a/board/toradex/common/tdx-cfg-block.h +++ b/board/toradex/common/tdx-cfg-block.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2016 Toradex, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _TDX_CFG_BLOCK_H diff --git a/board/toradex/common/tdx-common.c b/board/toradex/common/tdx-common.c index d6d367161c..fde230c955 100644 --- a/board/toradex/common/tdx-common.c +++ b/board/toradex/common/tdx-common.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2016 Toradex, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/toradex/common/tdx-common.h b/board/toradex/common/tdx-common.h index f8d78f0ed5..c537dca71e 100644 --- a/board/toradex/common/tdx-common.h +++ b/board/toradex/common/tdx-common.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2016 Toradex, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _TDX_COMMON_H |