bootp.lds (e5451c8f8330e03ad3cfa16048b4daf961af434f) bootp.lds (a6546f89eac9bfad4b50a7f8ccfbefe0ae01e7df)
1/* SPDX-License-Identifier: GPL-2.0-only */
1/*
2 * linux/arch/arm/boot/bootp/bootp.lds
3 *
4 * Copyright (C) 2000-2002 Russell King
2/*
3 * linux/arch/arm/boot/bootp/bootp.lds
4 *
5 * Copyright (C) 2000-2002 Russell King
5 *
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 */
10OUTPUT_ARCH(arm)
11ENTRY(_start)
12SECTIONS
13{
14 . = 0;
15 .text : {
16 _stext = .;

--- 14 unchanged lines hidden ---
6 */
7OUTPUT_ARCH(arm)
8ENTRY(_start)
9SECTIONS
10{
11 . = 0;
12 .text : {
13 _stext = .;

--- 14 unchanged lines hidden ---