]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
README: remove obsolete note
authorPhilip Molloy <philip.molloy@analog.com>
Mon, 7 Jul 2025 13:06:50 +0000 (13:06 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 14 Jul 2025 18:44:04 +0000 (12:44 -0600)
Renaming SPL to XPL fixes the issue referenced in this note so the note
is no longer necessary

Fixes: 1d6132e2a2b ("global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD")
Signed-off-by: Philip Molloy <philip.molloy@analog.com>
README

diff --git a/README b/README
index dbf66bd83acbc93a0d8be75df4f515532c010aa8..65305e6a037171e39f05fda3fe5e995fddf45681 100644 (file)
--- a/README
+++ b/README
@@ -1394,10 +1394,6 @@ Low Level (hardware related) configuration options:
                VPL. Code that needs phase-specific behaviour can check this,
                or (where possible) use xpl_phase() instead.
 
-               Note that CONFIG_XPL_BUILD *is* always defined when either
-               of CONFIG_TPL_BUILD / CONFIG_VPL_BUILD is defined. This can be
-               counter-intuitive and should perhaps be changed.
-
 - CONFIG_TPL_BUILD
                Set when the currently running compilation is for an artifact
                that will end up in the TPL build (as opposed to SPL, VPL or