commit | 5b0a1134c3b4f6e70fbfe0d0a7dd5d335a941460 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Tue Oct 22 01:10:57 2019 +0200 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Fri Nov 08 11:13:39 2019 +0530 |
tree | 74d09190ebf2755d280410f9c2b98b8bc65cdab2 | |
parent | 7ea2feb1a0b10b0d1d0bdfe415379188085ee8d5 [diff] |
armv8: fsl-lsch3: convert CONFIG_TARGET_x to CONFIG_ARCH_x The clocks are not dependent on the target but only on the SoC. Therefore, convert the CONFIG_TARGET_x macros to the corresponding CONFIG_ARCH_x. This will allow other targets to automatically use the common code. Otherwise every new target would have to add itself to the "#if defined(CONFIG_TARGET_x) || .." macros. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>