On 2026-07-08T22:05:26, Jonas Karlman <[email protected]> wrote: > Makefile: 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]> > > arch/arm/mach-rockchip/Makefile | 2 +- > drivers/Makefile | 2 +- > drivers/bus/Makefile | 2 +- > drivers/mtd/Makefile | 2 +- > drivers/mtd/nand/Makefile | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

