summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-13 06:12:34 +0300
committerTom Rini <trini@konsulko.com>2021-12-28 00:20:18 +0300
commitada261f19a7f034109f6f45ff43f9c76c4dbe208 (patch)
tree9422d410488b6ff9aa4cde518f853fd10772f27f /doc
parent6880b330a9f96403985bf70962934f9a7a2a1397 (diff)
downloadu-boot-ada261f19a7f034109f6f45ff43f9c76c4dbe208.tar.xz
Finish converting CONFIG_SYS_FSL_CLK to Kconfig
This converts the following to Kconfig: CONFIG_SYS_FSL_CLK We move the exiting option to common/Kconfig near the other options to control the contents of board_init_f() and note that this is a legacy option. We further restrict this to where the call is going to be non-empty, for the SoCs that had only been using this for some MMC-related clocks. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.fsl-clk5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/README.fsl-clk b/doc/README.fsl-clk
deleted file mode 100644
index 3a9927f079..0000000000
--- a/doc/README.fsl-clk
+++ /dev/null
@@ -1,5 +0,0 @@
-Freescale system clock options
-
- - CONFIG_SYS_FSL_CLK
- Enable to call get_clocks() in board_init_f() for
- non-PPC platforms.