diff options
Diffstat (limited to 'arch/x86/cpu/intel_common/report_platform.c')
-rw-r--r-- | arch/x86/cpu/intel_common/report_platform.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/cpu/intel_common/report_platform.c b/arch/x86/cpu/intel_common/report_platform.c index 05e1cf9cdb7..0f217c14973 100644 --- a/arch/x86/cpu/intel_common/report_platform.c +++ b/arch/x86/cpu/intel_common/report_platform.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * From Coreboot src/northbridge/intel/sandybridge/report_platform.c * * Copyright (C) 2012 Google Inc. - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> |