]> Git Repo - J-u-boot.git/commit
misc: imx8ulp: move fuse.c from imx8ulp to sentinel
authorAlice Guo <[email protected]>
Tue, 26 Jul 2022 08:40:58 +0000 (16:40 +0800)
committerStefano Babic <[email protected]>
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 <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
drivers/misc/Makefile
drivers/misc/imx8ulp/Makefile [deleted file]
drivers/misc/imx8ulp/fuse.c [deleted file]
drivers/misc/sentinel/Makefile
drivers/misc/sentinel/fuse.c [new file with mode: 0644]
This page took 0.034548 seconds and 4 git commands to generate.