mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge "board: ipq9574: skip double eth init"
This commit is contained in:
commit
bbb0d79454
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue