projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611e9af
)
Correct SPL use of BNXT_ETH
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:36:18 +0000
(15:36 -0700)
committer
Tom Rini
<trini@konsulko.com>
Thu, 9 Feb 2023 21:32:25 +0000
(16:32 -0500)
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_BNXT_ETH defined in Kconfig
Signed-off-by: Simon Glass <sjg@chromium.org>
board/broadcom/bcmns3/ns3.c
patch
|
blob
|
history
diff --git
a/board/broadcom/bcmns3/ns3.c
b/board/broadcom/bcmns3/ns3.c
index 26652e8f7733d5be02ed9daf6e4c3718974f63b1..2a78df670cce7ca9cad275ff4eb4e4879fc7dca8 100644
(file)
--- a/
board/broadcom/bcmns3/ns3.c
+++ b/
board/broadcom/bcmns3/ns3.c
@@
-150,7
+150,7
@@
int board_init(void)
if (bl33_info->version != BL33_INFO_VERSION)
printf("*** warning: ATF BL31 and U-Boot not in sync! ***\n");
-#if
CONFIG_IS_ENABLED(
BNXT_ETH)
+#if
IS_ENABLED(CONFIG_
BNXT_ETH)
if (chimp_fastboot_optee() != 0)
printf("*** warning: secure chimp fastboot failed! ***\n");
#endif