From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 13 Sep 2013 08:13:01 -0700 Subject: [U-Boot] [PATCH 2/4] powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM In-Reply-To: <1379054763-7406-2-git-send-email-Shengzhou.Liu@freescale.com> References: <1379054763-7406-1-git-send-email-Shengzhou.Liu@freescale.com> <1379054763-7406-2-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <52332B7D.6090509@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/12/2013 11:46 PM, Shengzhou Liu wrote: > 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 > --- > Verified with 128B and 256B EEPROM, CRC works. > > I would appreciate it if you update the version number and put a change log under the --- line, even there is no change. With a clear version number and change log, reviewers will be able to identify this is a resend and not spending much time on it. You are also encouraged to mark previous patch as "superseded". York