commit | 19957ee33d821f70738a7214436e269a610fe9ef | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon Dec 30 16:52:30 2019 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jan 08 13:20:09 2020 +0100 |
tree | a2cd0c22c2cf2bdd698039d32a35b6f6475de9ec | |
parent | 9d5e1aa78b4a2830fc28740ebe1501c556058c7a [diff] |
imx: imx8m: only support non-dm code in clock_imx8mm.c The drivers/clk/imx/*.c are used for CLK dm case, the clock_imx8mm.c is used for non CLK dm case, let's split it. Sometimes it is hard to enable CLK dm in SPL stage, considering code size, malloc size requirement, the splittion will make it easy to use non CLK dm in SPL stage. Signed-off-by: Peng Fan <peng.fan@nxp.com>