mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -41,7 +41,7 @@ struct vbe_handoff {
|
||||
*/
|
||||
static inline enum vbe_phase_t vbe_phase(void)
|
||||
{
|
||||
if (IS_ENABLED(CONFIG_SPL_BUILD))
|
||||
if (IS_ENABLED(CONFIG_XPL_BUILD))
|
||||
return VBE_PHASE_FIRMWARE;
|
||||
|
||||
return VBE_PHASE_OS;
|
||||
|
||||
Reference in New Issue
Block a user