commit | 8a204312abad7913f9b2209a71bef81853647b21 | [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 | eae62ae8de1893f7cf08e276ab841d3f99245603 [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>