From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Mon, 9 Nov 2015 17:47:31 -0600 Subject: [U-Boot] [PATCH v4 3/7] ARM: omap-common: Add standard access for board description EEPROM In-Reply-To: <1446770376-8205-3-git-send-email-s-kipisz2@ti.com> References: <1446770376-8205-1-git-send-email-s-kipisz2@ti.com> <1446770376-8205-3-git-send-email-s-kipisz2@ti.com> Message-ID: <56413093.2060504@ti.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 11/05/2015 06:39 PM, Steve Kipisz wrote: [...] > +#define TI_EEPROM_HDR_NAME_LEN 8 > +#define TI_EEPROM_HDR_REV_LEN 12 > +#define TI_EEPROM_HDR_SERIAL_LEN 4 ^^ minor typo here as well. Serial should be 12 and REV is 4. [...] -- Regards, Nishanth Menon