diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:28:01 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 13:40:58 -0400 |
commit | 3d0aeb909001f37f35332606713cd92f213501cc (patch) | |
tree | e11f38f2450f9eee1c33e051c6ac4babff9160d9 /include | |
parent | 854fcd553764709939ad542c2c5bd5470b780c2f (diff) | |
download | u-boot-3d0aeb909001f37f35332606713cd92f213501cc.tar.gz |
Drop CONFIG_CMD_CLEAR
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/nokia_rx51.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index e99968c805..eb2a60a57d 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -106,8 +106,6 @@ #define CONFIG_CMDLINE_EDITING /* add command line history */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ -#define CONFIG_CMD_CLEAR /* ANSI terminal clear screen command */ - #ifdef ONENAND_SUPPORT #define CONFIG_CMD_ONENAND /* ONENAND support */ |