commit | d5dd52e0802d109afe95262d87f249c97a2d9470 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Fri Sep 15 11:35:54 2017 -0700 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue Nov 28 21:59:30 2017 +0100 |
tree | dd0778e5f3dc09028b92b60ba7dfbfc213b1f795 | |
parent | 7383b48adac8435971db2acda33c535a698b9e80 [diff] |
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>