]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sparc/cpu/u-boot.lds
sparc: merge LEON2 and LEON3 linker scripts
[karo-tx-uboot.git] / arch / sparc / cpu / u-boot.lds
similarity index 95%
rename from arch/sparc/cpu/leon3/u-boot.lds
rename to arch/sparc/cpu/u-boot.lds
index cdc83941edcdf339e22af68308e481cfb5a848b2..1ade3b344b67d5b3afd95926d1a819bbe3f29525 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * Linker script for Gaisler Research AB's GRSIM LEON3 simulator.
- *
- * (C) Copyright 2007
+ * (C) Copyright 2007-2008
  * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
  *
  * SPDX-License-Identifier:    GPL-2.0+
@@ -43,7 +41,7 @@ SECTIONS
                _text = .;
 
                *(.start)
-               arch/sparc/cpu/leon3/start.o (.text)
+               */start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
                . = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,