diff options
| author | Simon Glass <sjg@chromium.org> | 2024-09-29 19:49:49 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-10-11 11:44:48 -0600 |
| commit | f38956a687c42db8d9736e09df2d68705369950e (patch) | |
| tree | ea397b639b37d2651ae245509b5034786cf3e641 /include/configs/imx8qxp_mek.h | |
| parent | 371dc068bbf50c6ed6146c04ec83b644bcc79249 (diff) | |
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>
Diffstat (limited to 'include/configs/imx8qxp_mek.h')
| -rw-r--r-- | include/configs/imx8qxp_mek.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8qxp_mek.h b/include/configs/imx8qxp_mek.h index 93999509948..1b6eb2b81cf 100644 --- a/include/configs/imx8qxp_mek.h +++ b/include/configs/imx8qxp_mek.h @@ -10,7 +10,7 @@ #include <linux/stringify.h> #include <asm/arch/imx-regs.h> -#ifdef CONFIG_SPL_BUILD +#ifdef CONFIG_XPL_BUILD #define CFG_MALLOC_F_ADDR 0x00120000 #endif |
