diff options
Diffstat (limited to 'arch/powerpc/boot/virtex.c')
-rw-r--r-- | arch/powerpc/boot/virtex.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/boot/virtex.c b/arch/powerpc/boot/virtex.c index f622805f8000..f731cbb4bff0 100644 --- a/arch/powerpc/boot/virtex.c +++ b/arch/powerpc/boot/virtex.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * The platform specific code for virtex devices since a boot loader is not | 3 | * The platform specific code for virtex devices since a boot loader is not |
3 | * always used. | 4 | * always used. |
4 | * | 5 | * |
5 | * (C) Copyright 2008 Xilinx, Inc. | 6 | * (C) Copyright 2008 Xilinx, Inc. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published | ||
9 | * by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include "ops.h" | 9 | #include "ops.h" |