]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-imx: move snvs module
authorIan Ray <ian.ray@gehealthcare.com>
Fri, 8 Nov 2024 14:03:54 +0000 (16:03 +0200)
committerFabio Estevam <festevam@gmail.com>
Sat, 9 Nov 2024 11:55:04 +0000 (08:55 -0300)
commitd6893740c15cc5aeaf2fd891217bef953b6328ed
tree6ea982683aa447c27b7a1e980af22b3fca8561d1
parent354e33d06c0bc8463db430dbe794063fe47d366c
arm: mach-imx: move snvs module

Commit 723f8359c1 ("imx: mx7: snvs: Add an SNVS init routine") noted
that the init_snvs() call likely applies to other i.MX processors, and
this has been found to be true for i.MX8MP.

Move snvs module for future re-use.

Signed-off-by: Ian Ray <ian.ray@gehealthcare.com>
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/mx7/Makefile
arch/arm/mach-imx/snvs.c [moved from arch/arm/mach-imx/mx7/snvs.c with 100% similarity]
arch/arm/mach-imx/snvs.h [new file with mode: 0644]