This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-13 08:27:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ca514d0267
u-boot
/
drivers
/
misc
/
sentinel
/
Makefile
5 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
misc: imx: S400_API: Move S400 MU and API to a common place Since iMX9 uses S401 which shares the API with iMX8ULP. So move S400 MU driver and API to a common place and selected by CONFIG_IMX_SENTINEL Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
2022-07-26 08:40:49 +00:00
# SPDX-License-Identifier: GPL-2.0+
obj-y
+=
s400_api.o s4mu.o
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>
2022-07-26 08:40:58 +00:00
obj-$(CONFIG_CMD_FUSE)
+=
fuse.o
Reference in a new issue
Copy permalink