summaryrefslogtreecommitdiffstats
path: root/configs/spear310_nand_defconfig
diff options
context:
space:
mode:
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>2020-09-03 08:36:43 -0600
committerMichal Simek <michal.simek@xilinx.com>2020-09-23 10:31:40 +0200
commitf9d3b318832762ec8005b702b1724c0166e0aa36 (patch)
treea7c914a4193185543371ccd5bea66c782e252fea /configs/spear310_nand_defconfig
parentabe450322e9eb8b42ab7f8fa4f86cea0c6b476cc (diff)
downloadu-boot-f9d3b318832762ec8005b702b1724c0166e0aa36.tar.gz
u-boot-f9d3b318832762ec8005b702b1724c0166e0aa36.tar.xz
u-boot-f9d3b318832762ec8005b702b1724c0166e0aa36.zip
net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warnings
There are compilation warnings showing up when we compile AXI ethernet driver for 64bit architectures. Fix them, so that it works on both 32 and 64 bit architectures. DMA descriptors are not taking care of 64bit addresses. To fix it, change axidma_bd members as below: next ==> next_desc reserverd1 ==> next_desc_msb phys ==> buf_addr reserverd2 ==> buf_addr_msb and update next_desc and buf_addr with lower 32 bits of the addresses, update next_desc_msb and buf_addr_msb with upper 32 bits of the 64bit addresses. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'configs/spear310_nand_defconfig')
0 files changed, 0 insertions, 0 deletions