Correct SPL use of BNXT_ETH
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:18 +0000 (15:36 -0700)
committerTom 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

index 26652e8f7733d5be02ed9daf6e4c3718974f63b1..2a78df670cce7ca9cad275ff4eb4e4879fc7dca8 100644 (file)
@@ -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