commit | f86580fc70a402add9aad1e003de78b5d7414736 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 29 19:49:37 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 11:44:47 2024 -0600 |
tree | 70a7371996c0977102ef0e591ea76c6839b3b349 | |
parent | 456bdb70def1fe371f964e82158a53f6baf1d3a4 [diff] [blame] |
xpl: Rename spl_in_proper() to not_xpl() Give this function a slightly easier name. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/spl.h b/include/spl.h index bf01113..9484861 100644 --- a/include/spl.h +++ b/include/spl.h
@@ -134,8 +134,8 @@ #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;