X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=examples%2Fstandalone%2Fsparc.lds;h=7461edaa4274ebb17f3789a202f3daef225b65ef;hb=f4d7d8596f3a4f5bce500c622b75d2e9c8d6f989;hp=7f060b6d179f4860409b1ce9bfe7fa75f66f0315;hpb=44c6e6591cb451ae606f8bde71dd5fb7b4002544;p=u-boot diff --git a/examples/standalone/sparc.lds b/examples/standalone/sparc.lds index 7f060b6d17..7461edaa42 100644 --- a/examples/standalone/sparc.lds +++ b/examples/standalone/sparc.lds @@ -2,23 +2,7 @@ * (C) Copyright 2003, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ @@ -46,6 +30,7 @@ SECTIONS { *(.data) } + . = ALIGN(4); __data_end = .; @@ -57,5 +42,5 @@ SECTIONS } . = ALIGN(4); __bss_end = .; - __bss_end__ = .; + _end = .; }