1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-06 20:29:24 +01:00

board: brcm-ns3: Load netXtreme firmware

Load NetXtreme firmware in board_init when BNXT_ETH is selected.

Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com>

Signed-off-by: Roman Bacik <roman.bacik@broadcom.com>
This commit is contained in:
Bharat Gooty
2021-11-08 14:46:11 -08:00
committed by Ramon Fried
parent 5a5bba053d
commit 300761b68d

View File

@@ -150,7 +150,10 @@ 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 (chimp_fastboot_optee() != 0)
printf("*** warning: secure chimp fastboot failed! ***\n");
#endif
return 0;
}