summaryrefslogtreecommitdiffstats
path: root/arch/ppc/boards
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-10-02 12:33:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-14 12:03:30 +0200
commit99fe1fca690569111d095778b5cc26e7a7160a9e (patch)
tree6e8a9d66998891760ff883dbff7d7733674b094f /arch/ppc/boards
parent4cb19a18d05076b63f7679e5b4ba597118a2dfb0 (diff)
downloadbarebox-99fe1fca690569111d095778b5cc26e7a7160a9e.tar.gz
barebox-99fe1fca690569111d095778b5cc26e7a7160a9e.tar.xz
ppc: remove unused variables from linker scripts
__initcall_entries and __exitcall_entries are unused. Remove them. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/boards')
-rw-r--r--arch/ppc/boards/pcm030/barebox.lds.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc/boards/pcm030/barebox.lds.S b/arch/ppc/boards/pcm030/barebox.lds.S
index 3b8bf3c0d0..12b551e685 100644
--- a/arch/ppc/boards/pcm030/barebox.lds.S
+++ b/arch/ppc/boards/pcm030/barebox.lds.S
@@ -115,12 +115,10 @@ SECTIONS
__barebox_initcalls_start = .;
.barebox_initcalls : { INITCALLS }
__barebox_initcalls_end = .;
- __initcall_entries = (__barebox_initcalls_end - __barebox_initcalls_start) >> 2;
__barebox_exitcalls_start = .;
.barebox_exitcalls : { EXITCALLS }
__barebox_exitcalls_end = .;
- __exitcall_entries = (__barebox_exitcalls_end - __barebox_exitcalls_start) >> 2;
__usymtab_start = .;
__usymtab : { BAREBOX_SYMS }