diff options
Diffstat (limited to 'src/soc/amd/picasso/bootblock')
-rw-r--r-- | src/soc/amd/picasso/bootblock/bootblock.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/bootblock/pre_c.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/bootblock/bootblock.c b/src/soc/amd/picasso/bootblock/bootblock.c index b1f43c2c5c..1ff689609a 100644 --- a/src/soc/amd/picasso/bootblock/bootblock.c +++ b/src/soc/amd/picasso/bootblock/bootblock.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdint.h> #include <symbols.h> diff --git a/src/soc/amd/picasso/bootblock/pre_c.S b/src/soc/amd/picasso/bootblock/pre_c.S index c478ef80bb..5c186f1062 100644 --- a/src/soc/amd/picasso/bootblock/pre_c.S +++ b/src/soc/amd/picasso/bootblock/pre_c.S @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <cpu/x86/post_code.h> |