git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c6b832
)
Correct SPL use of SL28CPLD
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:40:48 +0000
(15:40 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000
(07:41 -0500)
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>
board/kontron/sl28/sl28.c
patch
|
blob
|
history
diff --git
a/board/kontron/sl28/sl28.c
b/board/kontron/sl28/sl28.c
index
4ad6b32
..
2579236
100644
(file)
--- a/
board/kontron/sl28/sl28.c
+++ b/
board/kontron/sl28/sl28.c
@@
-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;