Merge "board: ipq9574: skip double eth init"

This commit is contained in:
Linux Build Service Account 2023-03-07 05:03:04 -08:00 committed by Gerrit - the friendly Code Review server
commit bbb0d79454

View file

@ -904,7 +904,7 @@ static int do_bootipq(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
}
if (ret == CMD_RET_FAILURE) {
#ifndef CONFIG_IPQ5332
#if !defined(CONFIG_IPQ5332) && !defined(CONFIG_IPQ9574)
#ifdef CONFIG_IPQ_ETH_INIT_DEFER
puts("\nNet: ");
eth_initialize();