mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 10:47:41 +01:00
drivers: net: devsoc: enable init non-cache buf support
This changes initialize non-cache buffer every time before edma configuration. Change-Id: I3a4f84076516feeb7b578a7543d6e68d788c8931 Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
This commit is contained in:
parent
8e34020d77
commit
b717c79249
1 changed files with 2 additions and 1 deletions
|
|
@ -1723,12 +1723,13 @@ int devsoc_edma_init(void *edma_board_cfg)
|
|||
#endif
|
||||
int node, phy_addr, mode, phy_node = -1, res = -1;
|
||||
int aquantia_port[2] = {-1, -1}, aquantia_port_cnt = -1;
|
||||
|
||||
#endif
|
||||
/*
|
||||
* Init non cache buffer
|
||||
*/
|
||||
noncached_init();
|
||||
|
||||
#ifndef CONFIG_DEVSOC_RUMI
|
||||
node = fdt_path_offset(gd->fdt_blob, "/ess-switch");
|
||||
|
||||
if (node >= 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue