From 73780b012e2794246046a81ef7d2122454bf249f Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Fri, 15 Sep 2017 11:35:54 -0700 Subject: MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.lds The u-boot.lds linker script for MIPS defines a PTR_COUNT_SHIFT macro to 2 or 3 for 32 bit or 64 bit builds respectively. This macro is never actually used though, so remove the dead code. Signed-off-by: Paul Burton Cc: Daniel Schwierzeck --- arch/mips/cpu/u-boot.lds | 6 ------ 1 file changed, 6 deletions(-) (limited to 'arch/mips') diff --git a/arch/mips/cpu/u-boot.lds b/arch/mips/cpu/u-boot.lds index bd5536f0137..fc943af9235 100644 --- a/arch/mips/cpu/u-boot.lds +++ b/arch/mips/cpu/u-boot.lds @@ -5,12 +5,6 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#if defined(CONFIG_64BIT) -#define PTR_COUNT_SHIFT 3 -#else -#define PTR_COUNT_SHIFT 2 -#endif - OUTPUT_ARCH(mips) ENTRY(_start) SECTIONS -- cgit v1.2.3