Re: [U-Boot] [PATCH] ARM: AM33XX: Fix typo that causes an AM duplication in CPU name.

2013-03-15 Thread Javier Martinez Canillas
On Fri, Mar 15, 2013 at 12:35 PM, Enric Balletbo i Serra wrote: > From: Enric Balletbo i Serra > > Just fix a typo displaying the CPU info. With CONFIG_DISPLAY_INFO we see > something like AMAM335X-GP rev 0 instead of AM335X-GP rev 0. > > Signed-off-by: Enric Balletbo i Serra > --- > arch/arm/c

[U-Boot] [PATCH] ARM: AM33XX: Fix typo that causes an AM duplication in CPU name.

2013-03-15 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Just fix a typo displaying the CPU info. With CONFIG_DISPLAY_INFO we see something like AMAM335X-GP rev 0 instead of AM335X-GP rev 0. Signed-off-by: Enric Balletbo i Serra --- arch/arm/cpu/armv7/am33xx/sys_info.c |2 +- 1 file changed, 1 insertion(+), 1 deletio