commit | 52de2e5fec3d14ad96aaf7231c0415a4927a5a4d | [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 | cc0619c61f33ce93d0f56eabe2c18f9def5d411f [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>