misc: imx8ulp: move fuse.c from imx8ulp to sentinel
authorAlice Guo <alice.guo@nxp.com>
Tue, 26 Jul 2022 08:40:58 +0000 (16:40 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 26 Jul 2022 09:29:01 +0000 (11:29 +0200)
commit5d78ff733d647e694e803f87f2645a45229d1413
treef9fff3cfa778661972d60ec23b04d16d7823cc37
parent1a55a633e056201b1e214c42514f2b7bc987b342
misc: imx8ulp: move fuse.c from imx8ulp to sentinel

The i.MX93 platform wants to reuse drivers/misc/imx8ulp/fuse.c. Moving
fuse.c from the folder imx8ulp to sentinel makes it can be used by other
platforms.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/misc/Makefile
drivers/misc/imx8ulp/Makefile [deleted file]
drivers/misc/sentinel/Makefile
drivers/misc/sentinel/fuse.c [moved from drivers/misc/imx8ulp/fuse.c with 100% similarity]