
On 29 October 2015 at 01:57, Peng Fan Peng.Fan@freescale.com wrote:
get_clocks is wrapped by CONFIG_FSL_CLK and CONFIG_M68K in seperate piece code. They can be merged into one snippet.
Signed-off-by: Peng Fan Peng.Fan@freescale.com Cc: Tom Rini trini@konsulko.com Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com Cc: Alexey Brodkin abrodkin@synopsys.com Cc: "angelo@sysam.it" angelo@sysam.it Cc: Daniel Schwierzeck daniel.schwierzeck@gmail.com Cc: Stephen Warren swarren@nvidia.com Cc: "Andreas Bießmann" andreas.devel@googlemail.com
common/board_f.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
nit: I think it would be better to use a subject like "common: Simplify get_clocks() #ifdef".
Reviewed-by: Simon Glass sjg@chromium.org