diff options
author | wdenk <wdenk> | 2004-07-11 20:04:51 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-07-11 20:04:51 +0000 |
commit | 810509266fba83fb73f28842fc99268e761bd43c (patch) | |
tree | 37ea11c82b46a77116b115a72d0009c116b6581d /README | |
parent | 6c7a14084ae5f7dde3819e4ab43fd78ea82805fe (diff) | |
download | u-boot-imx-810509266fba83fb73f28842fc99268e761bd43c.zip u-boot-imx-810509266fba83fb73f28842fc99268e761bd43c.tar.gz u-boot-imx-810509266fba83fb73f28842fc99268e761bd43c.tar.bz2 |
* Cleanup
* Patch by Mark Jonas, 05 Jul 2004:
add support for the Total5100's and Total5200's LCD screen
* Patches by Dan Eisenhut, 01 Jul 2004:
- README fixes.
- Move doc2000.h include to prevent compiler warning on some boards
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -596,13 +596,13 @@ The following options need to be configured: ----------------------------------------------- CFG_CMD_ALL all - CFG_CMD_DFL Default configuration; at the moment + CONFIG_CMD_DFL Default configuration; at the moment this is includes all commands, except the ones marked with "*" in the list above. If you don't define CONFIG_COMMANDS it defaults to - CFG_CMD_DFL in include/cmd_confdefs.h. A board can + CONFIG_CMD_DFL in include/cmd_confdefs.h. A board can override the default settings in the respective include file. |