Re: "SPL image too big" not that helpful

2021-03-19 Thread Tom Rini
On Fri, Mar 19, 2021 at 10:05:55AM -0500, Alex G. wrote: > On 3/19/21 9:27 AM, Tom Rini wrote: > > On Wed, Mar 17, 2021 at 06:42:55PM -0500, Alex G. wrote: > > > > > I've recently hit that message in a yocto build. I can't figure out the > > > exact root cause. On the one hand, I don't know how "b

Re: "SPL image too big" not that helpful

2021-03-19 Thread Alex G.
On 3/19/21 9:27 AM, Tom Rini wrote: On Wed, Mar 17, 2021 at 06:42:55PM -0500, Alex G. wrote: I've recently hit that message in a yocto build. I can't figure out the exact root cause. On the one hand, I don't know how "big" SPL is. On the other hand, I can't objdump -h the SPL elf because one wa

Re: "SPL image too big" not that helpful

2021-03-19 Thread Tom Rini
On Wed, Mar 17, 2021 at 06:42:55PM -0500, Alex G. wrote: > I've recently hit that message in a yocto build. I can't figure out the > exact root cause. On the one hand, I don't know how "big" SPL is. On the > other hand, I can't objdump -h the SPL elf because one wasn't created. So that comes from

"SPL image too big" not that helpful

2021-03-17 Thread Alex G.
I've recently hit that message in a yocto build. I can't figure out the exact root cause. On the one hand, I don't know how "big" SPL is. On the other hand, I can't objdump -h the SPL elf because one wasn't created. Alex