Re: [PATCH v6 10/25] spl: Only support bl_len when we have to

2023-11-07 Thread Simon Glass
On Sun, 5 Nov 2023 at 19:26, Sean Anderson wrote: > > Aligning addresses and sizes causes overhead which is unnecessary when we > are not loading from block devices. Remove bl_len when it is not needed. > > For example, on iot2050 we save 144 bytes with this patch (once the rest of > this series

[PATCH v6 10/25] spl: Only support bl_len when we have to

2023-11-05 Thread Sean Anderson
Aligning addresses and sizes causes overhead which is unnecessary when we are not loading from block devices. Remove bl_len when it is not needed. For example, on iot2050 we save 144 bytes with this patch (once the rest of this series is applied): add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-144