mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Correct SPL use of BNXT_ETH
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>
This commit is contained in:
parent
611e9af07c
commit
4e80a46c0a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue