commit | 085555fee63761507510aa6082cdb6410de56cfc | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Mon Sep 19 21:41:15 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Oct 21 11:54:00 2022 +0200 |
tree | c61cfacba9f591de78fb832084e2388e58953e54 | |
parent | 331e3fc2723da603d19c9c792c7ef195372b9956 [diff] |
ARM: imx8m: Deduplicate CAAM init with arch_misc_init() call Instead of duplicating code implemented by i.MX8M version of arch_misc_init() in every board, enable CONFIG_ARCH_MISC_INIT and call arch_misc_init() from spl_board_init(). This removes the duplication. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com>