diff options
author | Benoît Thébaudeau | 2013-04-23 10:17:40 +0000 |
---|---|---|
committer | Stefano Babic | 2013-04-28 11:07:40 +0200 |
commit | ccca7dfd0273af41e5b4bdec7f8731b177a20fde (patch) | |
tree | 015f9912580d549ea1605d967d9ea56adf4ca161 /README | |
parent | 6adbd30203a2839894d9b61f810d9fedc25a64ff (diff) |
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 '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 |