mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 05:51:17 +02: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user