commit | 91373cd625c64ff6658c12ab916e752a907629d1 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Thu Jun 25 19:19:09 2020 +0800 |
committer | Ley Foon Tan <ley.foon.tan@intel.com> | Fri Jun 26 11:30:24 2020 +0800 |
tree | 47d1e2f159f3fe83d568f7e11eca25129cd24756 | |
parent | 7c19901a6951e23de417d168fc47626ee2eb32e9 [diff] |
arm: socfpga: misc_s10: Fix EMAC register address calculation Fix EMAC register address calculation, address need to multiply with sizeof(u32) or 4. This fixes write to invalid address. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>