commit | 18fb0e3cae64b03c51db7ba8b607e9031a844b99 | [log] [tgz] |
---|---|---|
author | Gong Qianyu <Qianyu.Gong@freescale.com> | Mon Oct 26 19:47:42 2015 +0800 |
committer | York Sun <yorksun@freescale.com> | Thu Oct 29 10:33:58 2015 -0700 |
tree | 2955bce234b6be39ffe08d407aab773e68302a7b | |
parent | 5757e06c69a02fe95208a503504756b7d422e64f [diff] |
common/board_f.c: change the macro name and remove it for PPC platforms For most PPC platforms, they will call the first get_clocks() in init_sequence_f[] as they define CONFIG_PPC. CONFIG_SYS_FSL_CLK is then defined to call the second get_clocks(), which should be redundant for PPC. Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>