Skip to content
Snippets Groups Projects
Commit 065ee175 authored by Michael Walle's avatar Michael Walle Committed by Priyanka Jain
Browse files

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: default avatarMichael Walle <michael@walle.cc>
Reviewed-by: default avatarPriyanka Jain <priyanka.jain@nxp.com>
parent b4a59115
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment