On 2026-07-08T22:05:26, Jonas Karlman <[email protected]> wrote: > dm: core: 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]> > > drivers/core/ofnode.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

