commit | 9cc3676c75496c5fa0559eb11a8af4cc940bf9ab | [log] [tgz] |
---|---|---|
author | Declan Snyder <declan.snyder@nxp.com> | Tue Feb 11 07:35:35 2025 -0600 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Mar 18 08:25:06 2025 +0100 |
tree | 3e737059f201fb20e6c2695dbe4de85b5f3d131d | |
parent | 481a3c77c9e7e90cbbfa00886ab6feec45f686cf [diff] |
boards: nxp: convert board sys_inits to hooks Convert the nxp boards that have general init functions as SYS_INITs to use board_early_init_hook instead. Also standardize selection of CONFIG_BOARD_EARLY_INIT_HOOK in the Kconfig file across NXP boards. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>