[U-Boot] [PATCH v3 09/12] omap: add basic SPL support

Simon Schwarz simonschwarzcor at googlemail.com
Mon Jul 18 15:21:19 CEST 2011


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?

Regards
Simon


More information about the U-Boot mailing list