[U-Boot] [PATCH v3 09/12] omap: add basic SPL support
Aneesh V
aneesh at ti.com
Mon Jul 18 15:26:00 CEST 2011
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<aneesh at 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
More information about the U-Boot
mailing list