diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-09-16 07:15:45 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-09-20 10:30:54 -0400 |
commit | 1bce2aeb6f31043caa0509387d85b786c1d2e147 (patch) | |
tree | 3987c269b92d1e565c97af38f6e0d287e0d3282f /README | |
parent | 398bd4e5b7dd4a10b40d41c0bb0a974c6cea0efe (diff) | |
download | u-boot-imx-1bce2aeb6f31043caa0509387d85b786c1d2e147.zip u-boot-imx-1bce2aeb6f31043caa0509387d85b786c1d2e147.tar.gz u-boot-imx-1bce2aeb6f31043caa0509387d85b786c1d2e147.tar.bz2 |
Cosmetic: Fix a number of typos, no functional changes.
Fix various misspellings of things like "environment", "kernel",
"default" and "volatile", and throw in a couple grammar fixes.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3364,7 +3364,7 @@ Configuration Settings: the Linux kernel; all data that must be processed by the Linux kernel (bd_info, boot arguments, FDT blob if used) must be put below this limit, unless "bootm_low" - enviroment variable is defined and non-zero. In such case + environment variable is defined and non-zero. In such case all data for the Linux kernel must be between "bootm_low" and "bootm_low" + CONFIG_SYS_BOOTMAPSZ. The environment variable "bootm_mapsize" will override the value of @@ -3477,7 +3477,7 @@ Configuration Settings: - CONFIG_ENV_FLAGS_LIST_DEFAULT - CONFIG_ENV_FLAGS_LIST_STATIC - Enable validation of the values given to enviroment variables when + Enable validation of the values given to environment variables when calling env set. Variables can be restricted to only decimal, hexadecimal, or boolean. If CONFIG_CMD_NET is also defined, the variables can also be restricted to IP address or MAC address. |