xref: /rk3399_rockchip-uboot/arch/sandbox/cpu/u-boot.lds (revision 3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7)
14b0730d2SSimon Glass/*
23ab7d95aSMike Frysinger * Copyright (c) 2011-2012 The Chromium OS Authors.
34b0730d2SSimon Glass * Use of this source code is governed by a BSD-style license that can be
44b0730d2SSimon Glass * found in the LICENSE file.
54b0730d2SSimon Glass *
6*1a459660SWolfgang Denk * SPDX-License-Identifier:	GPL-2.0+
74b0730d2SSimon Glass */
84b0730d2SSimon Glass
94b0730d2SSimon GlassSECTIONS
104b0730d2SSimon Glass{
114b0730d2SSimon Glass
1255675142SMarek Vasut	. = ALIGN(4);
1355675142SMarek Vasut	.u_boot_list : {
14ef123c52SAlbert ARIBAUD		KEEP(*(SORT(.u_boot_list*)));
1555675142SMarek Vasut	}
1655675142SMarek Vasut
1770db4212SSimon Glass	__u_boot_sandbox_option_start = .;
1870db4212SSimon Glass	_u_boot_sandbox_getopt : { *(.u_boot_sandbox_getopt) }
1970db4212SSimon Glass	__u_boot_sandbox_option_end = .;
2070db4212SSimon Glass
213ab7d95aSMike Frysinger	__bss_start = .;
224b0730d2SSimon Glass}
234b0730d2SSimon Glass
244b0730d2SSimon GlassINSERT BEFORE .data;
25