mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
cf6bbe4c61
commit
b265d0c459
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue