mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-06 11:46:38 +03:00
Much of the entries here simply depend on SPL (or TPL). Instead of this redundancy use if SPL / if TPL to guard the rest of the choices and only show them when we have the relevant option enabled. Signed-off-by: Tom Rini <trini@konsulko.com>