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:
96e3b52
)
Correct SPL use of FSL_CAAM
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:39:59 +0000
(15:39 -0700)
committer
Tom Rini
<trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000
(16:32 -0500)
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_FSL_CAAM defined in Kconfig
Signed-off-by: Simon Glass <sjg@chromium.org>
board/traverse/ten64/ten64.c
patch
|
blob
|
history
diff --git
a/board/traverse/ten64/ten64.c
b/board/traverse/ten64/ten64.c
index
e6403ca
..
d3ff1d1
100644
(file)
--- a/
board/traverse/ten64/ten64.c
+++ b/
board/traverse/ten64/ten64.c
@@
-123,7
+123,7
@@
int board_init(void)
{
init_final_memctl_regs();
- if (
CONFIG_IS_ENABLED(
FSL_CAAM))
+ if (
IS_ENABLED(CONFIG_
FSL_CAAM))
sec_init();
return 0;