On 2026-07-08T22:05:26, Jonas Karlman <[email protected]> wrote: > spl: Simplify xPL_BUILD conditional guard example > > The old meaning of the SPL_BUILD symbol has been transfered to a new > XPL_BUILD symbol, leaving the SPL_BUILD symbol only to be defined for > SPL builds, and not all xPL builds. > > Change to only use the SPL_BUILD symbol in the SPL code example to > cleanup from an old SPL to XPL symbol rename. > > Signed-off-by: Jonas Karlman <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > > include/spl.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

