Re: [U-Boot] [PATCH] am33xx: Fix warning with CONFIG_DISPLAY_CPUINFO

2013-04-29 Thread Tom Rini
On Fri, Apr 26, 2013 at 11:42:12PM +0200, Peter Korsgaard wrote: > > "Tom" == Tom Rini writes: > > Tom> The arm_freq and ddr_freq variables are unused, so remove. Fixup > Tom> whitespace slightly while in here. > > Tom> Signed-off-by: Tom Rini > > Reviewed-by: Peter Korsgaard Applied

Re: [U-Boot] [PATCH] am33xx: Fix warning with CONFIG_DISPLAY_CPUINFO

2013-04-26 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> The arm_freq and ddr_freq variables are unused, so remove. Fixup Tom> whitespace slightly while in here. Tom> Signed-off-by: Tom Rini Reviewed-by: Peter Korsgaard -- Bye, Peter Korsgaard ___ U-Boot mailing

[U-Boot] [PATCH] am33xx: Fix warning with CONFIG_DISPLAY_CPUINFO

2013-04-25 Thread Tom Rini
The arm_freq and ddr_freq variables are unused, so remove. Fixup whitespace slightly while in here. Signed-off-by: Tom Rini --- arch/arm/cpu/armv7/am33xx/sys_info.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/cpu/armv7/am33xx/sys_info.c b/arch/arm/cpu/a