diff options
author | Marek Vasut <marex@denx.de> | 2019-06-27 00:17:27 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-18 11:31:25 -0400 |
commit | 4225f830c56d6a8f6e459bce8cec310a58a9df28 (patch) | |
tree | a3c9312841756f7caea73b7abdfa129c99709b40 /Kbuild | |
parent | aa2067a8692ece9b4ce470a2c6c6704987bfd56c (diff) | |
download | u-boot-4225f830c56d6a8f6e459bce8cec310a58a9df28.tar.gz u-boot-4225f830c56d6a8f6e459bce8cec310a58a9df28.tar.bz2 u-boot-4225f830c56d6a8f6e459bce8cec310a58a9df28.zip |
common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORT
The autocompletion did not work if CONFIG_CMDLINE_PS_SUPPORT was enabled
because U-Boot was comparing the prompt string with CONFIG_SYS_PROMPT .
While this works if CONFIG_CMDLINE_PS_SUPPORT is disabled, this no longer
works if it's enabled because user can override the PS1 . Fix this by
checking prompt string against the current PS1 value.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions