mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
drivers: net: ipq9574: Move net functions inside EDMA config
Change-Id: I24e60a3726d01abcd27136f4c126652771a198ca Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
d4ac2d38d5
commit
de094207d3
3 changed files with 3 additions and 3 deletions
|
|
@ -219,7 +219,7 @@ int board_init(void)
|
|||
printf("WARN: ipq_board_usb_init failed\n");
|
||||
}
|
||||
|
||||
#ifndef CONFIG_IPQ9574_RUMI
|
||||
#ifdef CONFIG_IPQ9574_EDMA
|
||||
aquantia_phy_reset_init();
|
||||
#endif
|
||||
disable_audio_clks();
|
||||
|
|
|
|||
|
|
@ -848,7 +848,7 @@ static int do_bootipq(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
|
|||
|
||||
ret = qca_scm_call(SCM_SVC_FUSE, QFPROM_IS_AUTHENTICATE_CMD, &buf, sizeof(char));
|
||||
|
||||
#ifndef CONFIG_IPQ9574_RUMI
|
||||
#ifdef CONFIG_IPQ9574_EDMA
|
||||
aquantia_phy_reset_init_done();
|
||||
#endif
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -561,6 +561,7 @@ int set_uuid_bootargs(char *boot_args, char *part_name, int buflen, bool gpt_fla
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_IPQ9574_EDMA
|
||||
int get_aquantia_gpio(int aquantia_gpio[2])
|
||||
{
|
||||
int aquantia_gpio_cnt = -1, node;
|
||||
|
|
@ -1080,7 +1081,6 @@ void ipq9574_eth_initialize(void)
|
|||
bring_phy_out_of_reset();
|
||||
}
|
||||
|
||||
#ifdef CONFIG_IPQ9574_EDMA
|
||||
int board_eth_init(bd_t *bis)
|
||||
{
|
||||
int ret = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue