
18 Jul
2011
18 Jul
'11
3:26 p.m.
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 Vaneesh@ti.com 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