diff options
| author | Simon Glass <[email protected]> | 2024-09-29 19:49:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-11 11:44:48 -0600 |
| commit | 53abdda2f69a44c3273deebcf2b25587b8623a65 (patch) | |
| tree | 76520171fb9bf54ef449b9dcc54bb3273b27ebdc /tools | |
| parent | 9280a948b1a8bb16c78775b3b945f03dd709ae8c (diff) | |
kconfig: binman: Check for SPL instead of XPL
Now that SPL means SPL (only) and is not defined for other phases,
update kconfig rules.
This is done in one patch since otherwise many Binman tests fail.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/binman/test/generated/autoconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/test/generated/autoconf.h b/tools/binman/test/generated/autoconf.h index 75af48f9116..6a23039f469 100644 --- a/tools/binman/test/generated/autoconf.h +++ b/tools/binman/test/generated/autoconf.h @@ -1,3 +1,3 @@ #define CONFIG_BINMAN 1 -#define CONFIG_XPL_BUILD 1 +#define CONFIG_SPL_BUILD 1 #define CONFIG_SPL_BINMAN_SYMBOLS 1 |
