]> git.ipfire.org Git - people/ms/u-boot.git/commit
MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.lds
authorPaul Burton <paul.burton@imgtec.com>
Fri, 15 Sep 2017 18:35:54 +0000 (11:35 -0700)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 28 Nov 2017 20:59:30 +0000 (21:59 +0100)
commit73780b012e2794246046a81ef7d2122454bf249f
treedd0778e5f3dc09028b92b60ba7dfbfc213b1f795
parent64f733d3fab26d0444096cf8dd4f5fb2bb298c22
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 <paul.burton@imgtec.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/cpu/u-boot.lds