diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2013-04-23 10:17:40 +0000 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-01-06 14:04:26 +0800 |
commit | 3128af60873243691705f33156c54c27144d808e (patch) | |
tree | e0eff31759305b8d8304d7b821920379c18ea7a1 /README | |
parent | 75e45a284361b8b04d74bf7dd0d2300611171c27 (diff) | |
download | u-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 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -844,6 +844,7 @@ The following options need to be configured: CONFIG_CMD_FDOS * Dos diskette Support CONFIG_CMD_FLASH flinfo, erase, protect CONFIG_CMD_FPGA FPGA device initialization support + CONFIG_CMD_FUSE Device fuse support CONFIG_CMD_GETTIME * Get time since boot CONFIG_CMD_GO * the 'go' command (exec code) CONFIG_CMD_GREPENV * search environment |