mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
If CONFIG_CMD_FUSE is not enabled in imx93_11x11_evk_defconfig, then compilation fails with various undefined references to 'fuse_read', such as: | .../arch/arm/mach-imx/imx9/soc.c:188:(.text.get_cpu_rev+0x38): undefined reference to `fuse_read' therefore remove the 'fuse' command dependency in order to compile fuse.c unconditionally to mitigate the issue. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
4 lines
72 B
Makefile
4 lines
72 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += ele_api.o ele_mu.o fuse.o
|