commit | 2fa2005ff27ef4483201505fbdc0c296843545c5 | [log] [tgz] |
---|---|---|
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | Fri Sep 13 14:46:01 2013 +0800 |
committer | York Sun <yorksun@freescale.com> | Wed Oct 16 16:15:17 2013 -0700 |
tree | b7038558bd3804dfc0982ff50b298551d2701288 | |
parent | 79c426a221c36db5f91db5faa580664c3ab3109f [diff] |
powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM Some boards use System EEPROM with 128-bytes instead of 256-bytes. Since we regard 256-bytes EEPROM as standard EEPROM with default value for MAX_NUM_PORTS. For those non-256-bytes EEPROM, we can redefine MAX_NUM_PORTS in board-specific file to override the default MAX_NUM_PORTS. This patch doesn't impact on previous existing boards. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>