diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-27 22:48:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-27 22:48:30 +0200 |
commit | 071bc923308832bbc541a887fece767d79a6dc7a (patch) | |
tree | 8cadd6c50f93c6e3e7c406813bb94f30e4c0b080 /README | |
parent | 57ff9f2421244db4f27649d1e13393d2b85f224d (diff) | |
download | u-boot-071bc923308832bbc541a887fece767d79a6dc7a.tar.gz |
Coding Style cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2364,11 +2364,11 @@ Configuration Settings: - CONFIG_ENV_MAX_ENTRIES - Maximum number of entries in the hash table that is used - internally to store the environment settings. The default - setting is supposed to be generous and should work in most - cases. This setting can be used to tune behaviour; see - lib/hashtable.c for details. + Maximum number of entries in the hash table that is used + internally to store the environment settings. The default + setting is supposed to be generous and should work in most + cases. This setting can be used to tune behaviour; see + lib/hashtable.c for details. The following definitions that deal with the placement and management of environment data (variable area); in general, we support the |