aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/bootp/init.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/bootp/init.S')
-rw-r--r--arch/arm/boot/bootp/init.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/boot/bootp/init.S b/arch/arm/boot/bootp/init.S
index 142927e5f485..5c476bd2b4ce 100644
--- a/arch/arm/boot/bootp/init.S
+++ b/arch/arm/boot/bootp/init.S
@@ -1,12 +1,9 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * linux/arch/arm/boot/bootp/init.S 3 * linux/arch/arm/boot/bootp/init.S
3 * 4 *
4 * Copyright (C) 2000-2003 Russell King. 5 * Copyright (C) 2000-2003 Russell King.
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * "Header" file for splitting kernel + initrd. Note that we pass 7 * "Header" file for splitting kernel + initrd. Note that we pass
11 * r0 through to r3 straight through. 8 * r0 through to r3 straight through.
12 * 9 *