Correct SPL use of SL28CPLD

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_SL28CPLD defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2023-02-10 07:41:40 -05:00
committed by Tom Rini
parent 1c6b832aea
commit 8f7f4e9401
+1 -1
View File
@@ -109,7 +109,7 @@ static void print_cpld_version(void)
int checkboard(void)
{
printf("EL: %d\n", current_el());
if (CONFIG_IS_ENABLED(SL28CPLD))
if (IS_ENABLED(CONFIG_SL28CPLD))
print_cpld_version();
return 0;