From: Igor Grinberg Date: Tue, 21 Oct 2014 10:27:45 +0000 (+0300) Subject: README.kconfig: fix typo X-Git-Tag: v2015.01-rc1~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b265d0c45902990cb9fedf8080094b07c877d500;p=platform%2Fkernel%2Fu-boot.git README.kconfig: fix typo Fix typo in defconfig file format description. Signed-off-by: Igor Grinberg Cc: Masahiro Yamada Acked-by: Masahiro Yamada --- 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 ":" part and therefore has the same form as in Linux.