commit | 6372e3f7eec2182c35c6cae37fd1417e59511cf0 | [log] [tgz] |
---|---|---|
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | Thu Jun 22 11:14:55 2017 +0530 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Nov 28 16:09:27 2017 +0100 |
tree | ba340b37532a73c09bb04ea8a214b946e754cc4b | |
parent | 2063362d82ef1ac85bac24afba26d94fd72d0829 [diff] |
net: xilinx_axi_emac: Read dma address using fdtdec_get_addr Read dma address using fdtdec_get_addr as it checks for address cells and size cells and reads the address properly. fdtdec_get_int always assume address is of int size which goes wrong if using it on 64-bit architecture. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>