From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Mon, 18 Jul 2011 18:56:00 +0530 Subject: [U-Boot] [PATCH v3 09/12] omap: add basic SPL support In-Reply-To: <20110718152119.75cf4590@Zitronenbaum> References: <1298893591-17636-1-git-send-email-aneesh@ti.com> <1310820802-24984-10-git-send-email-aneesh@ti.com> <20110718152119.75cf4590@Zitronenbaum> Message-ID: <4E243468.2070601@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 Hi Simon, On Monday 18 July 2011 06:51 PM, Simon Schwarz wrote: > Hi Aneesh, > > On Sat, 16 Jul 2011 18:23:19 +0530 > Aneesh V wrote: > >> * omap4_rev_string() reference changed to omap_rev_string() > >> + char omap4_rev_string[50]; > [snip] >> + printf("\nU-Boot SPL %s (%s - %s)\n", u_boot_rev, >> U_BOOT_DATE, >> + U_BOOT_TIME); >> + omap_rev_string(omap4_rev_string); >> + printf("Texas Instruments %s\n", omap4_rev_string); > > Shouldn't also the omap4_rev_string be renamed to omap_rev_string? Just the name of the local variable. But will fix it anyway in the next revision. br, Aneesh