diff options
| author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2013-04-23 10:17:40 +0000 | 
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2013-04-28 11:07:40 +0200 | 
| commit | ccca7dfd0273af41e5b4bdec7f8731b177a20fde (patch) | |
| tree | 015f9912580d549ea1605d967d9ea56adf4ca161 /include/config_cmd_all.h | |
| parent | 6adbd30203a2839894d9b61f810d9fedc25a64ff (diff) | |
| download | olio-uboot-2014.01-ccca7dfd0273af41e5b4bdec7f8731b177a20fde.tar.xz olio-uboot-2014.01-ccca7dfd0273af41e5b4bdec7f8731b177a20fde.zip | |
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>
Diffstat (limited to 'include/config_cmd_all.h')
| -rw-r--r-- | include/config_cmd_all.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 53a2f054f..d84706969 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -40,6 +40,7 @@  #define CONFIG_CMD_FDOS		/* Floppy DOS support		*/  #define CONFIG_CMD_FLASH	/* flinfo, erase, protect	*/  #define CONFIG_CMD_FPGA		/* FPGA configuration Support	*/ +#define CONFIG_CMD_FUSE		/* Device fuse support		*/  #define CONFIG_CMD_GETTIME	/* Get time since boot         */  #define CONFIG_CMD_HASH		/* calculate hash / digest	*/  #define CONFIG_CMD_HWFLOW	/* RTS/CTS hw flow control	*/ |