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 * 64b0730d2SSimon Glass * See file CREDITS for list of people who contributed to this 74b0730d2SSimon Glass * project. 84b0730d2SSimon Glass * 94b0730d2SSimon Glass * This program is free software; you can redistribute it and/or 104b0730d2SSimon Glass * modify it under the terms of the GNU General Public License as 114b0730d2SSimon Glass * published by the Free Software Foundation; either version 2 of 124b0730d2SSimon Glass * the License, or (at your option) any later version. 134b0730d2SSimon Glass * 144b0730d2SSimon Glass * This program is distributed in the hope that it will be useful, 154b0730d2SSimon Glass * but WITHOUT ANY WARRANTY; without even the implied warranty of 164b0730d2SSimon Glass * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 174b0730d2SSimon Glass * GNU General Public License for more details. 184b0730d2SSimon Glass * 194b0730d2SSimon Glass * You should have received a copy of the GNU General Public License 204b0730d2SSimon Glass * along with this program; if not, write to the Free Software 214b0730d2SSimon Glass * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 224b0730d2SSimon Glass * MA 02111-1307 USA 234b0730d2SSimon Glass */ 244b0730d2SSimon Glass 254b0730d2SSimon GlassSECTIONS 264b0730d2SSimon Glass{ 274b0730d2SSimon Glass __u_boot_cmd_start = .; 283ab7d95aSMike Frysinger _u_boot_cmd : { *(.u_boot_cmd) } 294b0730d2SSimon Glass __u_boot_cmd_end = .; 304b0730d2SSimon Glass 31*70db4212SSimon Glass __u_boot_sandbox_option_start = .; 32*70db4212SSimon Glass _u_boot_sandbox_getopt : { *(.u_boot_sandbox_getopt) } 33*70db4212SSimon Glass __u_boot_sandbox_option_end = .; 34*70db4212SSimon Glass 353ab7d95aSMike Frysinger __bss_start = .; 364b0730d2SSimon Glass} 374b0730d2SSimon Glass 384b0730d2SSimon GlassINSERT BEFORE .data; 39