[PATCH] bsp/leon3: Delete unused LEON_REG symbol

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Nov 12 09:43:06 UTC 2013


---
 c/src/lib/libbsp/sparc/leon3/startup/linkcmds |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/c/src/lib/libbsp/sparc/leon3/startup/linkcmds b/c/src/lib/libbsp/sparc/leon3/startup/linkcmds
index bee29a2..30f2b68 100644
--- a/c/src/lib/libbsp/sparc/leon3/startup/linkcmds
+++ b/c/src/lib/libbsp/sparc/leon3/startup/linkcmds
@@ -9,13 +9,6 @@ _PROM_START = DEFINED (_PROM_START) ? _PROM_START : 0x00000000;
 _RAM_SIZE = DEFINED (_RAM_SIZE) ? _RAM_SIZE : 4M;
 _RAM_START = DEFINED (_RAM_START) ? _RAM_START : 0x40000000;
 
-/*
- *  Base address of the on-CPU peripherals
- */
-
-_LEON_REG = 0x80000000;
-LEON_REG = _LEON_REG;
-
 /* these are the maximum values */
 
 MEMORY
-- 
1.7.7




More information about the devel mailing list