mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-07 07:46:59 +02:00
README: remove obsolete note
Renaming SPL to XPL fixes the issue referenced in this note so the note
is no longer necessary
Fixes: 1d6132e2a2
("global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD")
Signed-off-by: Philip Molloy <philip.molloy@analog.com>
This commit is contained in:
parent
b4c65b337a
commit
ebfbc77109
4
README
4
README
@ -1394,10 +1394,6 @@ Low Level (hardware related) configuration options:
|
|||||||
VPL. Code that needs phase-specific behaviour can check this,
|
VPL. Code that needs phase-specific behaviour can check this,
|
||||||
or (where possible) use xpl_phase() instead.
|
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
|
- CONFIG_TPL_BUILD
|
||||||
Set when the currently running compilation is for an artifact
|
Set when the currently running compilation is for an artifact
|
||||||
that will end up in the TPL build (as opposed to SPL, VPL or
|
that will end up in the TPL build (as opposed to SPL, VPL or
|
||||||
|
Loading…
Reference in New Issue
Block a user