mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
18fb0e3cae
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>
6 lines
179 B
Text
6 lines
179 B
Text
Freescale system clock options
|
|
|
|
- CONFIG_SYS_FSL_CLK
|
|
Enable to call get_clocks() in board_init_f() for
|
|
non-PPC platforms and PCC 8xx platforms such as
|
|
TQM866M and TQM885D.
|