]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/sandbox/cpu/u-boot.lds
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / sandbox / cpu / u-boot.lds
CommitLineData
4b0730d2 1/*
3ab7d95a 2 * Copyright (c) 2011-2012 The Chromium OS Authors.
4b0730d2
SG
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 *
1a459660 6 * SPDX-License-Identifier: GPL-2.0+
4b0730d2
SG
7 */
8
9SECTIONS
10{
4b0730d2 11
55675142
MV
12 . = ALIGN(4);
13 .u_boot_list : {
ef123c52 14 KEEP(*(SORT(.u_boot_list*)));
55675142
MV
15 }
16
70db4212
SG
17 __u_boot_sandbox_option_start = .;
18 _u_boot_sandbox_getopt : { *(.u_boot_sandbox_getopt) }
19 __u_boot_sandbox_option_end = .;
20
3ab7d95a 21 __bss_start = .;
4b0730d2
SG
22}
23
24INSERT BEFORE .data;