diff options
Diffstat (limited to 'arch/x86/lib/ramtest.c')
-rw-r--r-- | arch/x86/lib/ramtest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/lib/ramtest.c b/arch/x86/lib/ramtest.c index c21be038486..03385396325 100644 --- a/arch/x86/lib/ramtest.c +++ b/arch/x86/lib/ramtest.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2014 Google, Inc * * From Coreboot src/lib/ramtest.c - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> |