mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
d24c7d54f0
This driver uses FSB to read some fuses, but not support program fuse. It only works in SPL (secure mode), u-boot needs traps to ATF to read them. Some fuses can read from S400 API and others are from FSB. Also support program some fuses via S400 API Signed-off-by: Ye Li <ye.li@nxp.com>
4 lines
103 B
Makefile
4 lines
103 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += s400_api.o imx8ulp_mu.o
|
|
obj-$(CONFIG_CMD_FUSE) += fuse.o
|