]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/mx53evk.h
common/board_f.c: change the macro name and remove it for PPC platforms
authorGong Qianyu <Qianyu.Gong@freescale.com>
Mon, 26 Oct 2015 11:47:42 +0000 (19:47 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 29 Oct 2015 17:33:58 +0000 (10:33 -0700)
commit18fb0e3cae64b03c51db7ba8b607e9031a844b99
tree2955bce234b6be39ffe08d407aab773e68302a7b
parent5757e06c69a02fe95208a503504756b7d422e64f
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>
43 files changed:
common/board_f.c
doc/README.fsl-clk [new file with mode: 0644]
include/configs/BSC9132QDS.h
include/configs/MPC8308RDB.h
include/configs/MPC837XEMDS.h
include/configs/MPC837XERDB.h
include/configs/MPC8536DS.h
include/configs/MPC8569MDS.h
include/configs/P1010RDB.h
include/configs/P1022DS.h
include/configs/P2041RDB.h
include/configs/T102xQDS.h
include/configs/T102xRDB.h
include/configs/T1040QDS.h
include/configs/T104xRDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h
include/configs/T4240QDS.h
include/configs/T4240RDB.h
include/configs/UCP1020.h
include/configs/colibri_vf.h
include/configs/controlcenterd.h
include/configs/corenet_ds.h
include/configs/hrcon.h
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h
include/configs/ls2085aqds.h
include/configs/ls2085ardb.h
include/configs/m53evk.h
include/configs/mx25pdk.h
include/configs/mx35pdk.h
include/configs/mx51evk.h
include/configs/mx53ard.h
include/configs/mx53evk.h
include/configs/mx53loco.h
include/configs/mx53smd.h
include/configs/mx6_common.h
include/configs/mx7_common.h
include/configs/p1_p2_rdb_pc.h
include/configs/p1_twr.h
include/configs/usbarmory.h
include/configs/vf610twr.h
include/configs/woodburn_common.h