summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Molloy <philip.molloy@analog.com>2025-07-07 13:06:50 +0000
committerTom Rini <trini@konsulko.com>2025-07-14 12:44:04 -0600
commitebfbc77109a1fee5db71f767dd1f58d7c68bb442 (patch)
treef3e2abf607643573c08f39582b8f2c36e0f020f1
parentb4c65b337aab7446b03dab6f22b289c88e4c0053 (diff)
README: remove obsolete note
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>
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index dbf66bd83ac..65305e6a037 100644
--- 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