
18 Jul
2011
18 Jul
'11
3:21 p.m.
Hi Aneesh,
On Sat, 16 Jul 2011 18:23:19 +0530 Aneesh V aneesh@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?
Regards Simon