Re: [U-Boot] [PATCH] mx6: clock: Only show CSPI clock if CSPI is enabled

2012-11-16 Thread Dirk Behme
Am 16.11.2012 12:30, schrieb Fabio Estevam: From: Fabio Estevam If a board does not enable CSPI, there is no need to show the CSPI clock frequency as part of the 'clock' command. Reported-by: Dirk Behme Signed-off-by: Fabio Estevam Acked-by: Dirk Behme Thanks Dirk --- arch/arm/cpu/a

[U-Boot] [PATCH] mx6: clock: Only show CSPI clock if CSPI is enabled

2012-11-16 Thread Fabio Estevam
From: Fabio Estevam If a board does not enable CSPI, there is no need to show the CSPI clock frequency as part of the 'clock' command. Reported-by: Dirk Behme Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx6/clock.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu