diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2014-10-21 13:27:45 +0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-27 17:54:10 -0400 |
commit | b265d0c45902990cb9fedf8080094b07c877d500 (patch) | |
tree | 2dd2877d63a4dc80998bb18feb0a2277a231f45c /doc/README.kconfig | |
parent | cf6bbe4c6114126eaab215ea84267c7aa7ab08a1 (diff) | |
download | u-boot-imx-b265d0c45902990cb9fedf8080094b07c877d500.zip u-boot-imx-b265d0c45902990cb9fedf8080094b07c877d500.tar.gz u-boot-imx-b265d0c45902990cb9fedf8080094b07c877d500.tar.bz2 |
README.kconfig: fix typo
Fix typo in defconfig file format description.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'doc/README.kconfig')
-rw-r--r-- | doc/README.kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.kconfig b/doc/README.kconfig index 3aad5b4..69dc459 100644 --- a/doc/README.kconfig +++ b/doc/README.kconfig @@ -79,7 +79,7 @@ See below for how each configuration target works in U-Boot: ST: - the line is valid for SPL and TPL images +S: - the line is valid for Normal and SPL images +T: - the line is valid for Normal and TPL images - +ST: - the line is valid for Normal, SPL and SPL images + +ST: - the line is valid for Normal, SPL and TPL images So, if neither CONFIG_SPL nor CONFIG_TPL is defined, the defconfig file has no "<condition>:" part and therefore has the same form as in Linux. |