mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
90c98a5ad0
Add fuse write for i.MX8 Signed-off-by: Peng Fan <peng.fan@nxp.com>
4 lines
95 B
Makefile
4 lines
95 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += scu_api.o scu.o
|
|
obj-$(CONFIG_CMD_FUSE) += fuse.o
|