
24 Sep
2022
24 Sep
'22
11:54 p.m.
On Sat, Sep 24, 2022 at 4:47 PM Marek Vasut marex@denx.de wrote:
On 9/24/22 21:10, Adam Ford wrote:
Hi,
[...]
I am using the Mainline with the aarch64 gcc from Ubuntu 22.04. I am over by ~1100 bytes with LTO enabled, but I'm going through my SPL drivers to see what I can either remove or reduce functionality.
Try
$ aarch64...readelf -s spl/u-boot-spl | sort -nk 3
That should give you a list of large symbols you might want to inspect.
Thank you!
adam