Commit c66109cd3bc69f48b1b9e19568a6df7f3ea3629d

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 4efb654223

config: remove redundant CONFIG_SYS_PROMPT defines

Since commit 0defddc851ed (config: Add a default CONFIG_SYS_PROMPT),
each board header does not need to define CONFIG_SYS_PROMPT
as long as it uses the default prompt "=> ".

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Showing 8 changed files with 0 additions and 8 deletions Side-by-side Diff

include/configs/T1040QDS.h
... ... @@ -730,7 +730,6 @@
730 730 #define CONFIG_CMDLINE_EDITING /* Command-line editing */
731 731 #define CONFIG_AUTO_COMPLETE /* add autocompletion support */
732 732 #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
733   -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
734 733 #ifdef CONFIG_CMD_KGDB
735 734 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
736 735 #else
include/configs/T104xRDB.h
... ... @@ -745,7 +745,6 @@
745 745 #define CONFIG_CMDLINE_EDITING /* Command-line editing */
746 746 #define CONFIG_AUTO_COMPLETE /* add autocompletion support */
747 747 #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
748   -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
749 748 #ifdef CONFIG_CMD_KGDB
750 749 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
751 750 #else
include/configs/T208xQDS.h
... ... @@ -791,7 +791,6 @@
791 791 #define CONFIG_CMDLINE_EDITING /* Command-line editing */
792 792 #define CONFIG_AUTO_COMPLETE /* add autocompletion support */
793 793 #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
794   -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
795 794 #ifdef CONFIG_CMD_KGDB
796 795 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
797 796 #else
include/configs/T208xRDB.h
... ... @@ -750,7 +750,6 @@
750 750 #define CONFIG_CMDLINE_EDITING /* Command-line editing */
751 751 #define CONFIG_AUTO_COMPLETE /* add autocompletion support */
752 752 #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
753   -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
754 753 #ifdef CONFIG_CMD_KGDB
755 754 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
756 755 #else
include/configs/ids8313.h
... ... @@ -484,7 +484,6 @@
484 484 * Miscellaneous configurable options
485 485 */
486 486 #define CONFIG_SYS_LONGHELP
487   -#define CONFIG_SYS_PROMPT "=> "
488 487 #define CONFIG_SYS_CBSIZE 1024
489 488 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE \
490 489 + sizeof(CONFIG_SYS_PROMPT)+16)
include/configs/ls1021aqds.h
... ... @@ -344,7 +344,6 @@
344 344 #define CONFIG_SYS_LONGHELP /* undef to save memory */
345 345 #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
346 346 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
347   -#define CONFIG_SYS_PROMPT "=> "
348 347 #define CONFIG_AUTO_COMPLETE
349 348 #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
350 349 #define CONFIG_SYS_PBSIZE \
include/configs/ls1021atwr.h
... ... @@ -245,7 +245,6 @@
245 245 #define CONFIG_SYS_LONGHELP /* undef to save memory */
246 246 #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
247 247 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
248   -#define CONFIG_SYS_PROMPT "=> "
249 248 #define CONFIG_AUTO_COMPLETE
250 249 #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
251 250 #define CONFIG_SYS_PBSIZE \
include/configs/udoo.h
... ... @@ -191,7 +191,6 @@
191 191 /* Miscellaneous configurable options */
192 192 #define CONFIG_SYS_LONGHELP
193 193 #define CONFIG_SYS_HUSH_PARSER
194   -#define CONFIG_SYS_PROMPT "=> "
195 194 #define CONFIG_AUTO_COMPLETE
196 195 #define CONFIG_SYS_CBSIZE 256
197 196