On 2026-07-08T22:05:26, Jonas Karlman <[email protected]> wrote: > x86: apl: fsp_bindings: Drop redundant CONFIG_TPL_BUILD check > > The XPL_BUILD symbol is set for all xPL phases, i.e. TPL, VPL and SPL. > Conditional guards that test for both XPL_BUILD and TPL_BUILD symbols > are therefore redundant. > > Drop the redundant TPL_BUILD symbol check from conditional guards that > also test for the XPL_BUILD symbol to cleanup from an old SPL to XPL > symbol rename. > > Signed-off-by: Jonas Karlman <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > > arch/x86/cpu/apollolake/fsp_bindings.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

