commit | 82ce8b0a872a13cf0950fcf7a11c646322d08a06 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Apr 26 14:31:49 2022 -0400 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Jun 20 09:18:26 2022 +0800 |
tree | 3e9ff4bbc8c24adbd742f11d4f841b2ecbffbc14 | |
parent | 86995ddb335b997feacbce1518dcbc6d91d787a9 [diff] |
ARM: layerscape: Use ARCH_LS104?A insead of TARGET_LS104?ARDB These frequency calculations depend on the RCW format, which is not dependent on any particular board. Switch to using ARCH symbols instead of TARGET. This whole function could probably use less ifdefs, but for now just do a minimal conversion. Fixes: 24cb6f2295 ("fsl-layerscape: Add fsl_esdhc peripheral clock support") Signed-off-by: Sean Anderson <sean.anderson@seco.com>