diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -843,6 +843,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 @@ -3345,6 +3346,10 @@ Configuration Settings:  	offset _bss_start_ofs from CONFIG_SYS_TEXT_BASE, rather than  	directly. You should not need to touch this setting. +- CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC (OMAP only) +	This is set by OMAP boards for the max time that reset should +	be asserted. See doc/README.omap-reset-time for details on how +	the value can be calulated on a given board.  The following definitions that deal with the placement and management  of environment data (variable area); in general, we support the |