commit | 84eb718425c25e6c77380f3a998ef8aad8be548a | [log] [tgz] |
---|---|---|
author | Matt Merhar <mattmerhar@protonmail.com> | Sun May 30 00:16:17 2021 +0000 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Thu Jun 17 11:46:11 2021 +0530 |
tree | a437522a19ba252fa68a5b207ea8cc14534eef5b | |
parent | 1d9897ab4d8b399142c79fa310e3b83a603e52bf [diff] |
board: freescale: p2041rdb: use correct EEPROM address length These boards, according to the schematic and per the board I own, use an M24256-BWDW6TP I2C EEPROM which requires two address bytes. This fixes the 'mac' command which is used to program, among other things, the MAC addresses for the ethernet interfaces on the board. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>