From 198140009fd57808007af977db172bf8e79b7a08 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 12 Nov 2013 10:33:07 +0100 Subject: bsp/leon3: Delete unused LEON_REG symbol --- c/src/lib/libbsp/sparc/leon3/startup/linkcmds | 7 ------- 1 file changed, 7 deletions(-) (limited to 'c/src/lib/libbsp/sparc/leon3/startup/linkcmds') diff --git a/c/src/lib/libbsp/sparc/leon3/startup/linkcmds b/c/src/lib/libbsp/sparc/leon3/startup/linkcmds index bee29a29b3..30f2b68bb9 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 -- cgit v1.2.3