]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: Generalize disable_cpu_nodes
authorPeng Fan <peng.fan@nxp.com>
Thu, 19 Sep 2024 04:01:31 +0000 (12:01 +0800)
committerFabio Estevam <festevam@gmail.com>
Thu, 19 Sep 2024 03:12:41 +0000 (00:12 -0300)
commitcd9b3de763563f628a2aaedc4b19841970035a21
treed9fe11cc07c7a49c25e4afb2d3a043a65663fb5f
parent16fc64b5533e97f0eb43e82113e62b236728d23e
imx: Generalize disable_cpu_nodes

disable_cpu_nodes could be reused by i.MX9, so move disable_cpu_nodes
out from mach-imx/imx8m/soc.c to mach-imx/fdt.c and update
disable_cpu_nodes to make it easy to support different socs.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/mach-imx/sys_proto.h
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/fdt.c [new file with mode: 0644]
arch/arm/mach-imx/imx8m/soc.c