On 2026-07-08T22:05:26, Jonas Karlman <[email protected]> wrote: > rockchip: clk: rk3368: Drop redundant CONFIG_TPL_BUILD checks > > 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/clk/rockchip/clk_rk3368.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

