aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/simpleboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/simpleboot.c')
-rw-r--r--arch/powerpc/boot/simpleboot.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/boot/simpleboot.c b/arch/powerpc/boot/simpleboot.c
index 9f8c678f0d9a..c80691d83880 100644
--- a/arch/powerpc/boot/simpleboot.c
+++ b/arch/powerpc/boot/simpleboot.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * The simple platform -- for booting when firmware doesn't supply a device 3 * The simple platform -- for booting when firmware doesn't supply a device
3 * tree or any platform configuration information. 4 * tree or any platform configuration information.
@@ -9,10 +10,6 @@
9 * 10 *
10 * Copyright (c) 2007 Freescale Semiconductor, Inc. 11 * Copyright (c) 2007 Freescale Semiconductor, Inc.
11 * Copyright (c) 2008 Secret Lab Technologies Ltd. 12 * Copyright (c) 2008 Secret Lab Technologies Ltd.
12 *
13 * This program is free software; you can redistribute it and/or modify it
14 * under the terms of the GNU General Public License version 2 as published
15 * by the Free Software Foundation.
16 */ 13 */
17 14
18#include "ops.h" 15#include "ops.h"