diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-07-23 08:38:56 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-30 07:18:46 -0400 |
commit | b8448051dfc26eb2f15e905f00f8edbd1da7dfb9 (patch) | |
tree | 50d3b5c08ce3bfe3765683a4044386f687aa6c38 /dts | |
parent | 2a1f4f1758b55589395f90f583aacb07ae6fcafe (diff) | |
download | u-boot-b8448051dfc26eb2f15e905f00f8edbd1da7dfb9.tar.gz |
Kconfig: Remove trailing whitespaces in prompt
Remove additional trailing whitespaces in prompt reported by kconfiglib:
warning: DM_PMIC_SANDBOX (defined at drivers/power/pmic/Kconfig:133) has
leading or trailing whitespace in its prompt
warning: <choice> (defined at dts/Kconfig:204) has leading or trailing
whitespace in its prompt
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Felix Brack <fb@ltec.ch>
Diffstat (limited to 'dts')
-rw-r--r-- | dts/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index a1a92f2bbd..43f85c2f6f 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -202,7 +202,7 @@ config SPL_MULTI_DTB_FIT_NO_COMPRESSION endchoice choice - prompt "Location of uncompressed DTBs " + prompt "Location of uncompressed DTBs" depends on (SPL_MULTI_DTB_FIT_GZIP || SPL_MULTI_DTB_FIT_LZO) default SPL_MULTI_DTB_FIT_DYN_ALLOC if SYS_MALLOC_F |