[rtems commit] bsp/leon3: Delete unused LEON_REG symbol
Sebastian Huber
sebh at rtems.org
Wed Nov 13 08:28:18 UTC 2013
Module: rtems
Branch: master
Commit: 198140009fd57808007af977db172bf8e79b7a08
Changeset: http://git.rtems.org/rtems/commit/?id=198140009fd57808007af977db172bf8e79b7a08
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Nov 12 10:33:07 2013 +0100
bsp/leon3: Delete unused LEON_REG symbol
---
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
More information about the vc
mailing list