summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/prepare_uboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/prepare_uboot.c')
-rw-r--r--arch/x86/boot/prepare_uboot.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/arch/x86/boot/prepare_uboot.c b/arch/x86/boot/prepare_uboot.c
index 79e6fb0cbe..9cac594a46 100644
--- a/arch/x86/boot/prepare_uboot.c
+++ b/arch/x86/boot/prepare_uboot.c
@@ -1,12 +1,6 @@
-/* -*- linux-c -*- ------------------------------------------------------- *
- *
- * Copyright (C) 1991, 1992 Linus Torvalds
- * Copyright 2007 rPath, Inc. - All Rights Reserved
- *
- * This file is part of the Linux kernel, and is made available under
- * the terms of the GNU General Public License version 2.
- *
- * ----------------------------------------------------------------------- */
+// SPDX-License-Identifier: GPL-2.0-only
+// SPDX-FileCopyrightText: 1991,1992 Linus Torvalds
+// SPDX-FileCopyrightText: 2007 rPath, Inc.
/*
* Prepare the machine for transition to protected mode.