diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-14 08:32:33 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-18 07:12:03 +0000 |
commit | 19c2ce7639d55908d210782ae5a0315396cc7eaf (patch) | |
tree | cc674f44a4764a464a70e7dc7e3a6bb47b575a34 /src | |
parent | 0aad0531dcbdd0628f9d16e27e34abb3f6e183aa (diff) |
Remove new additions of "this file is part of" lines
Change-Id: I96dfa5b531842afcf774dd33c2dfa532b5d329c6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41395
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/spd_cache.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/include/soc/acp.h | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/include/soc/reset.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/spd_cache.c b/src/lib/spd_cache.c index 71dfaf1024..be36141e26 100644 --- a/src/lib/spd_cache.c +++ b/src/lib/spd_cache.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <assert.h> #include <console/console.h> diff --git a/src/soc/amd/picasso/include/soc/acp.h b/src/soc/amd/picasso/include/soc/acp.h index e7ec17ca38..8825da8f6c 100644 --- a/src/soc/amd/picasso/include/soc/acp.h +++ b/src/soc/amd/picasso/include/soc/acp.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __PI_PICASSO_ACP_H__ #define __PI_PICASSO_ACP_H__ diff --git a/src/soc/amd/picasso/include/soc/reset.h b/src/soc/amd/picasso/include/soc/reset.h index 5fc549f203..bb2ee84e03 100644 --- a/src/soc/amd/picasso/include/soc/reset.h +++ b/src/soc/amd/picasso/include/soc/reset.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __PI_PICASSO_RESET_H__ #define __PI_PICASSO_RESET_H__ |