commit | 065ee175e050873f759d8b190c10f64cde688670 | [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 | b4a59115e2cad84a47352948570c02cce34591b1 [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>