mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
xpl: Rename spl_in_proper() to not_xpl()
Give this function a slightly easier name. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
456bdb70de
commit
f86580fc70
4 changed files with 6 additions and 6 deletions
|
@ -134,8 +134,8 @@ static inline enum xpl_phase_t xpl_phase(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
/* returns true if in U-Boot proper, false if in SPL */
|
||||
static inline bool spl_in_proper(void)
|
||||
/* returns true if in U-Boot proper, false if in xPL */
|
||||
static inline bool not_xpl(void)
|
||||
{
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue