summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>2013-04-23 10:17:40 +0000
committerYe.Li <B37916@freescale.com>2014-01-06 14:04:26 +0800
commit3128af60873243691705f33156c54c27144d808e (patch)
treee0eff31759305b8d8304d7b821920379c18ea7a1 /common/Makefile
parent75e45a284361b8b04d74bf7dd0d2300611171c27 (diff)
downloadu-boot-imx-3128af60873243691705f33156c54c27144d808e.zip
u-boot-imx-3128af60873243691705f33156c54c27144d808e.tar.gz
u-boot-imx-3128af60873243691705f33156c54c27144d808e.tar.bz2
Add fuse API and commands
This can be useful for fuse-like hardware, OTP SoC options, etc. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> (cherry picked from commit ccca7dfd0273af41e5b4bdec7f8731b177a20fde) Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index ff09ca7..f0a05bb 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -112,6 +112,7 @@ ifdef CONFIG_FPGA
COBJS-$(CONFIG_CMD_FPGA) += cmd_fpga.o
endif
COBJS-$(CONFIG_CMD_FS_GENERIC) += cmd_fs.o
+COBJS-$(CONFIG_CMD_FUSE) += cmd_fuse.o
COBJS-$(CONFIG_CMD_GETTIME) += cmd_gettime.o
COBJS-$(CONFIG_CMD_GPIO) += cmd_gpio.o
COBJS-$(CONFIG_CMD_I2C) += cmd_i2c.o