commit | 7ec2413578b3b72531ed60bb45c8a6cd1a142049 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 29 19:49:48 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 11:44:48 2024 -0600 |
tree | edad3a36155bccf380c703c2c81e2c0a9ab210a4 | |
parent | 49c24a8b9e75a1cc5074966386f0c7f3952bb100 [diff] [blame] |
drivers: 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>
diff --git a/drivers/power/power_core.c b/drivers/power/power_core.c index 1caf9f0..61b2fe5 100644 --- a/drivers/power/power_core.c +++ b/drivers/power/power_core.c
@@ -78,7 +78,7 @@ return NULL; } -#ifndef CONFIG_SPL_BUILD +#ifndef CONFIG_XPL_BUILD static int pmic_dump(struct pmic *p) { int i, ret;