
21 Apr
2015
21 Apr
'15
10:12 p.m.
On Tue, Apr 21, 2015 at 12:23 PM, Tom Rini trini@konsulko.com wrote:
Sadly it may make sense to move some SPL-only functions out into a file that is only built/linked for SPL due to this bug.
Ah---that is a funky bug. Is it reasonable to wrap the offending lines in a #ifndef CONFIG_SPL_BUILD <u-boot code with strings that bloat SPL> #endif // CONFIG_SPL_BUILD ? Would this restrict it to be included only in u-boot (where the code is needed) rather than getting unnecessarily pulled into SPL?
--Ash