diff --git a/board/fads/fads.h b/board/fads/fads.h index 2550529c8d10568d86a2e9c0a688c31a137051d2..cf6c928dc73a40bd858c839c85d0d4194c878606 100644 --- a/board/fads/fads.h +++ b/board/fads/fads.h @@ -114,7 +114,6 @@ /* * Miscellaneous configurable options */ -#define CONFIG_SYS_PROMPT "=>" /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* #undef to save memory */ #if defined(CONFIG_CMD_KGDB) diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index e59ee963f71f49f5b8ef917fc47bb8f0835b12e0..81cbad44320b28fb5a56a47f06d77746289f9feb 100644 --- a/include/config_fallbacks.h +++ b/include/config_fallbacks.h @@ -53,4 +53,8 @@ #define HAVE_BLOCK_DEVICE #endif +#ifndef CONFIG_SYS_PROMPT +#define CONFIG_SYS_PROMPT "=> " +#endif + #endif /* __CONFIG_FALLBACKS_H */ diff --git a/include/configs/APC405.h b/include/configs/APC405.h index 7373c610825d1a9e75c76c2af2703db834641e8b..473d3e84f175e5a721e7777e898cca561c8cdeab 100644 --- a/include/configs/APC405.h +++ b/include/configs/APC405.h @@ -142,7 +142,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #if defined(CONFIG_CMD_KGDB) diff --git a/include/configs/AR405.h b/include/configs/AR405.h index b0206f5d79a65efb0a0a790bd7dc6039335fff61..c1ce5d9716c49fa9afe9408fc837d77f2cd5da7f 100644 --- a/include/configs/AR405.h +++ b/include/configs/AR405.h @@ -91,7 +91,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ASH405.h b/include/configs/ASH405.h index a93d0c1037ddb2a3149e63bd5fd8312585c6f140..a9ea6b7917e744a71ec81dd1970df123d9beb9e5 100644 --- a/include/configs/ASH405.h +++ b/include/configs/ASH405.h @@ -86,7 +86,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/Adder.h b/include/configs/Adder.h index 302d93fbe2d3df8c443fe2214d6e64f864f423e8..68428571e31943eae165db66b7317e8746d25264 100644 --- a/include/configs/Adder.h +++ b/include/configs/Adder.h @@ -72,7 +72,6 @@ /*----------------------------------------------------------------------- * Miscellaneous configurable options */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* #undef to save memory */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h index 992aea7f55409a747bf09c590a64ded337a111b2..4aa131179e4bf7648b00bf9fed09c8042cebe496 100644 --- a/include/configs/B4860QDS.h +++ b/include/configs/B4860QDS.h @@ -718,7 +718,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/BC3450.h b/include/configs/BC3450.h index fd9728ebdce8efb985656228a1c566b59c1c0d19..0249c67a797dd2ad3b35c3b3056b7dfc43d8bcc4 100644 --- a/include/configs/BC3450.h +++ b/include/configs/BC3450.h @@ -427,7 +427,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h index 1d06c509b83fa46dde8ca747be6fcec801a83c17..b267774e003ce0d0a7303c3a212e720501d8cbb8 100644 --- a/include/configs/BSC9131RDB.h +++ b/include/configs/BSC9131RDB.h @@ -361,7 +361,6 @@ extern unsigned long get_sdram_size(void); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index 03f3a4f80377ef0093612cee9746821057dd6f04..cb1df5057f96dc633cb16f07ffad9b9a6e05f763 100644 --- a/include/configs/BSC9132QDS.h +++ b/include/configs/BSC9132QDS.h @@ -603,7 +603,6 @@ combinations. this should be removed later #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index 913e626b317fc9edc4d86be7340ac61afb96f8dc..3e97559050acb9447ab013cd195f2ce0575a9289 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -396,7 +396,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) diff --git a/include/configs/CATcenter.h b/include/configs/CATcenter.h index 47aec5f06c1c355a0ec821de9af3b6f3d85be38b..a116f7d4528b2582b1a30f18756f88d781e0f63f 100644 --- a/include/configs/CATcenter.h +++ b/include/configs/CATcenter.h @@ -154,7 +154,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/CMS700.h b/include/configs/CMS700.h index bd5d4e904b4f7f8de393a2e5bafd3e05316f9bf7..d97ff2ab4ff6907391056b55b691d7b3bc4244bf 100644 --- a/include/configs/CMS700.h +++ b/include/configs/CMS700.h @@ -84,7 +84,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/CPC45.h b/include/configs/CPC45.h index a01592168d4cea51671b8849c7a73336b877c00f..b1c0e8bb7c4f7605b8a0ba7acffb942a9034ca61 100644 --- a/include/configs/CPC45.h +++ b/include/configs/CPC45.h @@ -74,7 +74,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #if 1 diff --git a/include/configs/CPCI2DP.h b/include/configs/CPCI2DP.h index f522d45090fb77839b18e40a8de77bb058322660..cc88abce45ad53c41ff6dcd33c9298f41e5811df 100644 --- a/include/configs/CPCI2DP.h +++ b/include/configs/CPCI2DP.h @@ -72,7 +72,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/CPCI405.h b/include/configs/CPCI405.h index ca716a2a7d0bc3ccc747ed32357ce0248635d514..aa52ea7e4fe2ed40ec99a2889192d062a9e0ee01 100644 --- a/include/configs/CPCI405.h +++ b/include/configs/CPCI405.h @@ -87,7 +87,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index e11e85fc1bd52c9928c4ad4712abc7aecf8a5b7a..d54070b85266fd146c17acfc1e9547d2d2b5d309 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -94,7 +94,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/CPCI405AB.h b/include/configs/CPCI405AB.h index 44e691eaf2626de89596c6ce941bb9573574d8f0..fac9c11c088e0a7c03469652aae36809cd4c677f 100644 --- a/include/configs/CPCI405AB.h +++ b/include/configs/CPCI405AB.h @@ -95,7 +95,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/CPCI405DT.h b/include/configs/CPCI405DT.h index 746b07691233b95d8aa9f57c9c8feeea5f5374d0..1af186d2e318e077365d4558eb854e8dfb096866 100644 --- a/include/configs/CPCI405DT.h +++ b/include/configs/CPCI405DT.h @@ -95,7 +95,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/CPCI750.h b/include/configs/CPCI750.h index 0d561c7e85d7266693ec841e213fe967d2b9ff30..f3311ad65c35d394f1cbc319fe74dfb667838c74 100644 --- a/include/configs/CPCI750.h +++ b/include/configs/CPCI750.h @@ -174,7 +174,6 @@ #define CONFIG_SYS_GT_DUAL_CPU /* also for JTAG even with one cpu */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/CPCIISER4.h b/include/configs/CPCIISER4.h index dc4df29455b241ebb8c5d7a3d865e0fa9fd27378..a3b3bd6437621f567ebd4505545361bff8609e4d 100644 --- a/include/configs/CPCIISER4.h +++ b/include/configs/CPCIISER4.h @@ -80,7 +80,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/CPU86.h b/include/configs/CPU86.h index a85a418fb1d1e0d392bdd3e2a66e9d9bb8ef1b62..7430a3990939ee3aa2066c8982d3809709572e76 100644 --- a/include/configs/CPU86.h +++ b/include/configs/CPU86.h @@ -171,7 +171,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/CPU87.h b/include/configs/CPU87.h index d975f0daadd85ca537c3d4a90a5ef63b23ee607e..b9ba5ed7b72d08f5eac8935aed7ecdf4580f1d9d 100644 --- a/include/configs/CPU87.h +++ b/include/configs/CPU87.h @@ -185,7 +185,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/CRAYL1.h b/include/configs/CRAYL1.h index 781a3b4d1d84bddaabf3004430d82d3f99533df6..c6ff4e13da5ee7cf0aefb391b274a7f9e520c4ae 100644 --- a/include/configs/CRAYL1.h +++ b/include/configs/CRAYL1.h @@ -130,7 +130,6 @@ /* * Miscellaneous configurable options */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ diff --git a/include/configs/CU824.h b/include/configs/CU824.h index f6f05a45acc0efcf68f77dd551c8449f3ac9a4c4..5d8a4a3eed088b030dcbc93c53b7b2325ee9abd2 100644 --- a/include/configs/CU824.h +++ b/include/configs/CU824.h @@ -68,7 +68,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #if 1 diff --git a/include/configs/DB64360.h b/include/configs/DB64360.h index bd230eceb039cbe9baf75d71b0b6359c122babae..92aa179af5907fa55f85a749b05e945c48c2b293 100644 --- a/include/configs/DB64360.h +++ b/include/configs/DB64360.h @@ -255,7 +255,6 @@ ip=${ipaddr}:${serverip}${bootargs_end}; bootm 0x400000;\0" /* #define CONFIG_SYS_GT_DUAL_CPU also for JTAG even with one cpu */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/DB64460.h b/include/configs/DB64460.h index 9f24eafd951370766ad70cf645287c9451340e64..0cf95ce305b28ab6a09ba8d6703959e72563f4d8 100644 --- a/include/configs/DB64460.h +++ b/include/configs/DB64460.h @@ -193,7 +193,6 @@ ip=${ipaddr}:${serverip}${bootargs_end}; bootm 0x400000;\0" /* #define CONFIG_SYS_GT_DUAL_CPU also for JTAG even with one cpu */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/DP405.h b/include/configs/DP405.h index 8155caa5ed35721a034c5cfe4e6a6aa2cd2fe996..c84e0f691347ac3867954438d5f2542dec7b9800 100644 --- a/include/configs/DP405.h +++ b/include/configs/DP405.h @@ -61,7 +61,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/DU405.h b/include/configs/DU405.h index b7764d4bc29c9462b6183ce8ab10696e0ba89856..3156f7a1c2275af307c2e49eefe1cc3c56703ad7 100644 --- a/include/configs/DU405.h +++ b/include/configs/DU405.h @@ -84,7 +84,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/DU440.h b/include/configs/DU440.h index 5ffa6e4b449fce4fa1a6f016027ead4bed360efc..e8b04cde7f34e0e24af4a60d38257f263c6a76f3 100644 --- a/include/configs/DU440.h +++ b/include/configs/DU440.h @@ -310,7 +310,6 @@ int du440_phy_addr(int devnum); * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ELPPC.h b/include/configs/ELPPC.h index fb2f3befd6cc97df845547cd619d27a6a62a2c17..0793dafef75f4d3f0f75fcc734fb3c449785aef6 100644 --- a/include/configs/ELPPC.h +++ b/include/configs/ELPPC.h @@ -75,7 +75,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ /* * choose between COM1 and COM2 as serial console diff --git a/include/configs/EP88x.h b/include/configs/EP88x.h index 6678fc21c7c07c2df050f7c510d320b1bf62d6e3..1aa8a473fbc461c391464f6b0cb7599a55512fd2 100644 --- a/include/configs/EP88x.h +++ b/include/configs/EP88x.h @@ -67,7 +67,6 @@ /*----------------------------------------------------------------------- * Miscellaneous configurable options */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* #undef to save memory */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ diff --git a/include/configs/EVB64260.h b/include/configs/EVB64260.h index fc8b921efcbf807e91767292f7b2a795e66f01df..cf30fac4a0bbbfbf617bd93f455f4bd941df5ea6 100644 --- a/include/configs/EVB64260.h +++ b/include/configs/EVB64260.h @@ -110,7 +110,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/EXBITGEN.h b/include/configs/EXBITGEN.h index c9cc0d075eb485d51fac547d6687cd9e672e6cc1..502e7471a70c31fb72d50ed4e1f8cc84d6e51a6b 100644 --- a/include/configs/EXBITGEN.h +++ b/include/configs/EXBITGEN.h @@ -89,7 +89,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/FPS850L.h b/include/configs/FPS850L.h index 002a80413e9016ef7495641f2cf5ccde9b64aad7..0e7b8177563c7810c9d58c7ab70e33afa663d492 100644 --- a/include/configs/FPS850L.h +++ b/include/configs/FPS850L.h @@ -111,7 +111,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/FPS860L.h b/include/configs/FPS860L.h index 5eaf2f862fe32799a3f76fcae3690e0638e010d2..1dbb8edaf91aac4183004feb1ec66b524f415714 100644 --- a/include/configs/FPS860L.h +++ b/include/configs/FPS860L.h @@ -111,7 +111,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/G2000.h b/include/configs/G2000.h index 818e82d4f4fcefaf68c88b666a3e88b570682b7b..add3d6097e2214b6943beb8b1ffc3942a60012a1 100644 --- a/include/configs/G2000.h +++ b/include/configs/G2000.h @@ -111,7 +111,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/HH405.h b/include/configs/HH405.h index a55c874cab8502f0a4a4db239b2a765982b0ea5c..1aaac8fc0e5337698f2661832a6d1b5965467435 100644 --- a/include/configs/HH405.h +++ b/include/configs/HH405.h @@ -136,7 +136,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/HIDDEN_DRAGON.h b/include/configs/HIDDEN_DRAGON.h index 79ab64c18277a9e29e774e7e4d3157dcd0d2a8e9..9caaae62946c89f299570ad6c1fcd5fe01f2a4c4 100644 --- a/include/configs/HIDDEN_DRAGON.h +++ b/include/configs/HIDDEN_DRAGON.h @@ -64,7 +64,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP 1 /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/HUB405.h b/include/configs/HUB405.h index 1906457f9fa388d0f56b8e786887cbdc524cabec..4b9baf66e5e5f66471483b08444f2843be72e05e 100644 --- a/include/configs/HUB405.h +++ b/include/configs/HUB405.h @@ -80,7 +80,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/ICU862.h b/include/configs/ICU862.h index 40d0d7cab9381cb93eb26c2bb08ee5e81ff4d82e..8d85cba7500e2de44bdbd53e556201f2bc06597f 100644 --- a/include/configs/ICU862.h +++ b/include/configs/ICU862.h @@ -138,7 +138,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/IDS8247.h b/include/configs/IDS8247.h index 590abc30dfc379f0d3f511204f16ccd53606adca..9b128142c35274f49480d710d96704bac264b201 100644 --- a/include/configs/IDS8247.h +++ b/include/configs/IDS8247.h @@ -181,7 +181,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/IP860.h b/include/configs/IP860.h index c852ca998b18e396ae0133b4884ce45a7c5a4241..53ef8759e5f97ec4116a97124ec2a75cff6f6134 100644 --- a/include/configs/IP860.h +++ b/include/configs/IP860.h @@ -99,7 +99,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/IPHASE4539.h b/include/configs/IPHASE4539.h index 1f5dfa84f5b6bf0b4b56fb608c430c386faba27c..1721a3474e88e5d4a6b1473359b68245301d313f 100644 --- a/include/configs/IPHASE4539.h +++ b/include/configs/IPHASE4539.h @@ -136,7 +136,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ISPAN.h b/include/configs/ISPAN.h index ca126ef346561112e7cc62f91f60f7e6887f13b4..232d159e4c8456795f6943f3da54a944ce1252ac 100644 --- a/include/configs/ISPAN.h +++ b/include/configs/ISPAN.h @@ -128,7 +128,6 @@ /*----------------------------------------------------------------------- * Miscellaneous configurable options */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* #undef to save memory */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ diff --git a/include/configs/IVML24.h b/include/configs/IVML24.h index 53b51f3d5d5acb9665f137495d632e746da580b4..181fe399521968916899e3936de93eeba32beffa 100644 --- a/include/configs/IVML24.h +++ b/include/configs/IVML24.h @@ -85,7 +85,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/IVMS8.h b/include/configs/IVMS8.h index 70e201a352907c033892271485185af0aa95699b..85fa57647d3bec01a51d866f1602ae1e13029380 100644 --- a/include/configs/IVMS8.h +++ b/include/configs/IVMS8.h @@ -84,7 +84,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index 2d2394320c4fcf25754291a4543236d9fee14887..058b48ba365d1adae9dbcb640cce604cd8a1cf92 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -297,7 +297,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/JSE.h b/include/configs/JSE.h index 0bea46c03c5e9fe4845badb4ae5dd026ff19e008..8aac447c1a82c10b23aa3df1398d000cc8bea5a2 100644 --- a/include/configs/JSE.h +++ b/include/configs/JSE.h @@ -156,7 +156,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/KUP4K.h b/include/configs/KUP4K.h index 3b8e781c9fe4293bb1c05849fb6bc1d94ecddb0e..59ac12ec835bea792753c116204770f532b9466c 100644 --- a/include/configs/KUP4K.h +++ b/include/configs/KUP4K.h @@ -154,7 +154,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/KUP4X.h b/include/configs/KUP4X.h index 748c8341acef3dce7a95b4dc99591ebd53738ad8..91dbf3360459f7052a323ee08be1b686a883fccf 100644 --- a/include/configs/KUP4X.h +++ b/include/configs/KUP4X.h @@ -177,7 +177,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/M5249EVB.h b/include/configs/M5249EVB.h index c6ebdc9f35df361346ba8a48ca3c29eb365c6cea..48a2214ee7db2c89ab0d293c74d788e7b6abdf36 100644 --- a/include/configs/M5249EVB.h +++ b/include/configs/M5249EVB.h @@ -46,7 +46,6 @@ #define CONFIG_CMD_CACHE #undef CONFIG_CMD_NET -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_LONGHELP /* undef to save memory */ #if defined(CONFIG_CMD_KGDB) diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index 240bc7ed802731cc14e7e5bcf584a8e59b82a7d2..6707a8a994dcc674e02cb31151b17b20b602b21a 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -107,7 +107,6 @@ TABILITY or FITNESS FO04-2007 Freescale Semiconductor, Inc. #define CONFIG_SYS_I2C_PINMUX_CLR (0xFFFFE7FF) #define CONFIG_SYS_I2C_PINMUX_SET (0) -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_LONGHELP /* undef to save memory */ #if defined(CONFIG_CMD_KGDB) diff --git a/include/configs/M5253EVBE.h b/include/configs/M5253EVBE.h index 629372a5f57689e83bcbaffcf7a82cc8c89fa38e..b73363a66de69ab063cdce3b7d560c89a1e10176 100644 --- a/include/configs/M5253EVBE.h +++ b/include/configs/M5253EVBE.h @@ -76,7 +76,6 @@ #define CONFIG_SYS_ATA_ALT_OFFSET 0xC0 /* Offset for alternate registers */ #define CONFIG_SYS_ATA_STRIDE 4 /* Interval between registers */ -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_LONGHELP /* undef to save memory */ #if defined(CONFIG_CMD_KGDB) diff --git a/include/configs/M5271EVB.h b/include/configs/M5271EVB.h index b7b2e18e3e5e4857815691daf816c0101a2ca62e..a9531b0bf3b6dd9501ef2fca927d73a5f1341cd4 100644 --- a/include/configs/M5271EVB.h +++ b/include/configs/M5271EVB.h @@ -125,7 +125,6 @@ "save\0" \ "" -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_LONGHELP /* undef to save memory */ #if defined(CONFIG_CMD_KGDB) diff --git a/include/configs/MBX.h b/include/configs/MBX.h index b3cd12df901722c40fb598acb0a145a1d9e23345..a9beb074d0f07fff9befd4f7de8862f8a658f809 100644 --- a/include/configs/MBX.h +++ b/include/configs/MBX.h @@ -82,7 +82,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* Hush parse for U-Boot */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MERGERBOX.h b/include/configs/MERGERBOX.h index ad9c77e1c828e610f54ffb67ad91401a59620758..95660b678ba7d5ffd9e9cb1ba065178109ef9fbd 100644 --- a/include/configs/MERGERBOX.h +++ b/include/configs/MERGERBOX.h @@ -361,7 +361,6 @@ #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_LOAD_ADDR 0x2000000 #define CONFIG_LOADADDR 0x4000000 -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) diff --git a/include/configs/MHPC.h b/include/configs/MHPC.h index 0c7a466ba382ad01ae747f7361cf7f9237879f27..8dbe6604d57081e148cac855df5e03c86c460a4b 100644 --- a/include/configs/MHPC.h +++ b/include/configs/MHPC.h @@ -129,7 +129,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 5ced2df71d81118750abec4ea6712a59441b4232..78939ce970a9995deaf17b798483baaed9155b2b 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -150,7 +150,6 @@ * Miscellaneous configurable options **********************************************************/ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MOUSSE.h b/include/configs/MOUSSE.h index 3cdc0bb145e357a1370192cca9e06e3f5aee6de8..5f3b29867276f41633c41cef19feeb5cde03ebe0 100644 --- a/include/configs/MOUSSE.h +++ b/include/configs/MOUSSE.h @@ -78,7 +78,6 @@ * Miscellaneous configurable options */ #undef CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=>" /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_MAXARGS 8 /* Max number of command args */ diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index d461d004a2fb04e633ca445a8b6d64fa0b99f0fc..dc4f0f134dbb3c4f9c25ed59f332fc2449232a37 100644 --- a/include/configs/MPC8260ADS.h +++ b/include/configs/MPC8260ADS.h @@ -272,7 +272,6 @@ */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8266ADS.h b/include/configs/MPC8266ADS.h index f71105157f8616c0f056cf95ebac7e64801d210a..311d2ab8b62885751e44b7cacbcbe10a33fb02f6 100644 --- a/include/configs/MPC8266ADS.h +++ b/include/configs/MPC8266ADS.h @@ -211,7 +211,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h index d315729b8b1089837a2a654bb2a2d3300bfe22b9..58fc0f8201ce279c986d516685148721d87e6ae8 100644 --- a/include/configs/MPC8308RDB.h +++ b/include/configs/MPC8308RDB.h @@ -462,7 +462,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index 34b960e1f4bd6653f2a8db15d1fd8cde379c244d..cd8fbedae4c004227e4c6079397abb6c0a5cf8e4 100644 --- a/include/configs/MPC8313ERDB.h +++ b/include/configs/MPC8313ERDB.h @@ -511,7 +511,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ /* Print Buffer Size */ diff --git a/include/configs/MPC8315ERDB.h b/include/configs/MPC8315ERDB.h index fef19d4b5fe840a403b607b5b9b54336be1ddb7c..b593cfe67692716e06276ae851aca9e4d24190d7 100644 --- a/include/configs/MPC8315ERDB.h +++ b/include/configs/MPC8315ERDB.h @@ -519,7 +519,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC8323ERDB.h b/include/configs/MPC8323ERDB.h index d5db65df112872078962543df3ec4210e169d1c4..f85e3b4802bf46f33452204c3a56e4b8ba5bebb2 100644 --- a/include/configs/MPC8323ERDB.h +++ b/include/configs/MPC8323ERDB.h @@ -355,7 +355,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if (CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index 32e05af8ab7628906e2ac9ff8d76df6bcc79ae93..f626d0aaef3674ab3f4ef0e7e16c98074b5da95e 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -441,7 +441,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index 8a7fad36f48c9ea209b1ce29e52778d088757c20..72e408e9367c4f61270a962e89fe31a911836e38 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -507,7 +507,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index 7c4f3ef8f1ef0cf5df92d823d602e55ff24cbc26..2c3a36b9e6589ad1e1676b8113f003112aa54dbb 100644 --- a/include/configs/MPC8360EMDS.h +++ b/include/configs/MPC8360EMDS.h @@ -544,7 +544,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h index 1973447a237c4e343f815287a73009dc4a1f60f0..bd7976fb8d3db3460552e818a6f36881ee06bdf4 100644 --- a/include/configs/MPC8360ERDK.h +++ b/include/configs/MPC8360ERDK.h @@ -405,7 +405,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index 51688a76bf274fc42bd31175aa9fc6eead467316..fb22adff2e44c41ff493ac21ea3cdd5b92ba627a 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -523,7 +523,6 @@ extern int board_pci_host_broken(void); */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index a5fe220b14bbfc3d49342c79a208cc61578637b0..98672eb38fdbc11dba065b858fb7845d96d3c6b2 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -538,7 +538,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 8ff2c3a4fa175e347e263bd1be8d72c3ce4b3fa5..1bb06ca01ad4180fd44b0777e5ce48c1d2f747be 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -720,7 +720,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index e7ded0127d550ee0ea78bd6975b89d17580f65b3..4286dd5e3b162ae36415d5543ca3197df52b0cfc 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -376,7 +376,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h index 150e56ea38ef6d67fdd56ee212ba12d5f8320b88..960ff4c588d34311627f976180e5ab4193850784 100644 --- a/include/configs/MPC8541CDS.h +++ b/include/configs/MPC8541CDS.h @@ -391,7 +391,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index 7f1628592fd09c5105ba5539db3bd99419d81e50..2022dec36c0c73ed1f5c383aeed709e5833a320d 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -422,7 +422,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index 8deb241c39167537f91a6efb0c2a58dad0f8f38b..da0a6d321db0531275db0c664dae07f9f1e8fc90 100644 --- a/include/configs/MPC8548CDS.h +++ b/include/configs/MPC8548CDS.h @@ -516,7 +516,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8555CDS.h b/include/configs/MPC8555CDS.h index 285872ef3a6b7430fa697a72e80af9fc1f650907..68c3779c7341d2f6609951b10414fe982cb5f3da 100644 --- a/include/configs/MPC8555CDS.h +++ b/include/configs/MPC8555CDS.h @@ -389,7 +389,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index 24102ee8ab83ded7f41d020f924f231e7c8202d2..29163445c4bc522ebf02596e667aae4d06a66524 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -417,7 +417,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x1000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index 90b99b3b5e6562bf5e33c216d37364eb906b600e..bf9d5bdd400fbcee12ba278c948db07c6ed44b7a 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -411,7 +411,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index 3bf01b2c12ef035a895f680ce3c6ce6a03a38c4c..8e2622e82ec4bff9c702c4f1010262ab69b672ca 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -545,7 +545,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 2048 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index acd39816bea4d8c2db0aff2bce969f9af6aab57a..b9d1795bd82357e9c23997e8c4c4316516e4139f 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -661,7 +661,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 0b2cf87016ddcb905feb19188e980536dc82a6c3..a755d34dc0964f20eb362e999dbb5ab7ebe11fbb 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -497,7 +497,6 @@ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index e438b8ef380faa1bac0e86860edcf60471ac4ac1..29e083ca314aac16dcba10f098bd73de9410f1c5 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -650,7 +650,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/MUSENKI.h b/include/configs/MUSENKI.h index caf6164a30a69c292a5af49d2c845ccb8bd38ff0..95361da1d9e52b05dffe4b5857a396dd96f63399 100644 --- a/include/configs/MUSENKI.h +++ b/include/configs/MUSENKI.h @@ -56,7 +56,6 @@ * Miscellaneous configurable options */ #undef CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ /* Print Buffer Size diff --git a/include/configs/MVBC_P.h b/include/configs/MVBC_P.h index c03ac6b9d06bb94dfae727f55b81b8c9bd8b5a02..f1773198ef4cfc8aa00f6c8da993519f5d699e8a 100644 --- a/include/configs/MVBC_P.h +++ b/include/configs/MVBC_P.h @@ -253,7 +253,6 @@ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_CMDLINE_EDITING #undef CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 #else diff --git a/include/configs/MVBLUE.h b/include/configs/MVBLUE.h index db9502ade316754d39fad069945994cf2ffd981f..11630487e33b2cb8986651ad7e7093c37597bed8 100644 --- a/include/configs/MVBLUE.h +++ b/include/configs/MVBLUE.h @@ -103,7 +103,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) diff --git a/include/configs/MVS1.h b/include/configs/MVS1.h index 2ddca10af452e08a30d01f74423ee504ca01991d..72fdb878d04741525d2a8499b147d54626051b66 100644 --- a/include/configs/MVS1.h +++ b/include/configs/MVS1.h @@ -85,7 +85,6 @@ * Miscellaneous configurable options */ #undef CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* Hush parse for U-Boot ?? */ diff --git a/include/configs/MVSMR.h b/include/configs/MVSMR.h index 43a0f6e60c59023460be20df11195ed501168668..66021251422529f3756553b25e07ab1653278797 100644 --- a/include/configs/MVSMR.h +++ b/include/configs/MVSMR.h @@ -223,7 +223,6 @@ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_CMDLINE_EDITING #undef CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 #else diff --git a/include/configs/MigoR.h b/include/configs/MigoR.h index d536ebdc6dc08c9be186b25c5bbbce81a3b4ddda..0fcf18f8e255c9c7cd99977d443340a91c034a7e 100644 --- a/include/configs/MigoR.h +++ b/include/configs/MigoR.h @@ -43,7 +43,6 @@ #define CONFIG_SYS_TEXT_BASE 0x8FFC0000 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ diff --git a/include/configs/NETPHONE.h b/include/configs/NETPHONE.h index dbf2efc69ecaa563a7d88639e94a165a3151add9..bf041e395e580fc392bb9d5b84503ba2b4bc34a0 100644 --- a/include/configs/NETPHONE.h +++ b/include/configs/NETPHONE.h @@ -118,7 +118,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER 1 diff --git a/include/configs/NETTA.h b/include/configs/NETTA.h index 53b0f1368735a1244f2401f88058d8ab210ad269..e69184c45770966c443ece33eabbc37b1b9b1fe8 100644 --- a/include/configs/NETTA.h +++ b/include/configs/NETTA.h @@ -131,7 +131,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER 1 diff --git a/include/configs/NETTA2.h b/include/configs/NETTA2.h index 18ab2cca157e37dcbb3c529ca8817db529b590fb..920c86cec00f7a4ada53d52d79ff689d9bd80e81 100644 --- a/include/configs/NETTA2.h +++ b/include/configs/NETTA2.h @@ -119,7 +119,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER 1 diff --git a/include/configs/NETVIA.h b/include/configs/NETVIA.h index 0fd635dc270fd86f4637fa2ea6dd72a7157c22af..85289b28ce560de4221cf4809f681b8fe2335f09 100644 --- a/include/configs/NETVIA.h +++ b/include/configs/NETVIA.h @@ -104,7 +104,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/NSCU.h b/include/configs/NSCU.h index 46faa5d6e9c28c62eb37cdda7945dbdb736ccf33..5a3933bd5af106c80e6ea78c4e5050d4935e02f3 100644 --- a/include/configs/NSCU.h +++ b/include/configs/NSCU.h @@ -118,7 +118,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ diff --git a/include/configs/NX823.h b/include/configs/NX823.h index 9cfa0873452e120346421ea121bf9ffc10a7981a..bc55751121a25791041453b67fd163631e2c69b1 100644 --- a/include/configs/NX823.h +++ b/include/configs/NX823.h @@ -68,7 +68,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/OCRTC.h b/include/configs/OCRTC.h index 11e7b5baf869515d90003b55f76154a45a2c56de..979f029f75d3ba60c0737d47814ae79a209ed4bc 100644 --- a/include/configs/OCRTC.h +++ b/include/configs/OCRTC.h @@ -75,7 +75,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ORSG.h b/include/configs/ORSG.h index b269a33cb0b5ede85dbbd4c873d4967201edf31b..2900ea01b4c9ea63bea430bc28a9720f2c7898e9 100644 --- a/include/configs/ORSG.h +++ b/include/configs/ORSG.h @@ -73,7 +73,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index c6b9acac3bad17373533e7fdd1ff7d85df5b221c..27fc94fdc05eb6bfa71006293d60709d800bb52d 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -703,7 +703,6 @@ extern unsigned long get_sdram_size(void); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index edece1f9b57a4bfe85094351502fb29b2953e0d0..f530aedaa020e43474eaad8e7099f21a20b87acc 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -705,7 +705,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h index cd6d20c7294331918cece483db3cc3e824ee7d85..880bbae594be457aff7e5707bef180f16d44f78c 100644 --- a/include/configs/P1023RDB.h +++ b/include/configs/P1023RDB.h @@ -312,7 +312,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/P1023RDS.h b/include/configs/P1023RDS.h index a8202c67fdb07b8d402addaf2e64f2143161a657..7e14ae15165a7539ee5af4c62b14caf2cf4d7639 100644 --- a/include/configs/P1023RDS.h +++ b/include/configs/P1023RDS.h @@ -448,7 +448,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index adaed564f7d43d032ecf55ea7b6ae766b9a8914d..0b9603fc3434a47de0d2eccfbb8241e8e08db571 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -586,7 +586,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/P2020COME.h b/include/configs/P2020COME.h index 08d1c2591460d7c41e387796686ec6295eb6801a..a56630164119378b0d392c2bf993291d6b37664a 100644 --- a/include/configs/P2020COME.h +++ b/include/configs/P2020COME.h @@ -412,7 +412,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE 1 /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h index 785e497f20ff69e3f97287e9bc7215fa69c5b6aa..320dc231d34159e6c7d983ce8e716ca0f96d5354 100644 --- a/include/configs/P2020DS.h +++ b/include/configs/P2020DS.h @@ -651,7 +651,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 2c4159b333561e1e65574a9616f3b27d9f9cf8b8..f4e34f50ed3ddcb861e2b4d65eaa675bb9796e4d 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -655,7 +655,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/P3G4.h b/include/configs/P3G4.h index 354e9d211bd40afc13e3e35bcfba67b37d25869d..b44d7166ab13ef9f42cfc6c6f85a3b1ddeb4dfa8 100644 --- a/include/configs/P3G4.h +++ b/include/configs/P3G4.h @@ -136,7 +136,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/PCI405.h b/include/configs/PCI405.h index 53e0d9fd8f29ff96f15d79106ce8b38230d5ca51..6f960eb0398f220d98c2cda01ea583dcc25121be 100644 --- a/include/configs/PCI405.h +++ b/include/configs/PCI405.h @@ -73,7 +73,6 @@ /* * Miscellaneous configurable options */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/PCI5441.h b/include/configs/PCI5441.h index 84ef49c9c561c887f2d57a9a1961b2095bcf831a..2d350bf08cc5adc2c0c2138abd68eabb8d3d6976 100644 --- a/include/configs/PCI5441.h +++ b/include/configs/PCI5441.h @@ -140,7 +140,6 @@ * MISC *----------------------------------------------------------------------*/ #define CONFIG_SYS_LONGHELP /* Provide extended help*/ -#define CONFIG_SYS_PROMPT "==> " /* Command prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O buf size */ #define CONFIG_SYS_MAXARGS 16 /* Max command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot arg buf size */ diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index c67e61f79aa49e75a8db9b21f97a2b9598aed46a..ee6a5a36932e893df0e90709e5683833e8e62262 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -143,7 +143,6 @@ * Miscellaneous configurable options **********************************************************/ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/PK1C20.h b/include/configs/PK1C20.h index afa273d89f264963cfa0581e33c9b5a86841490d..8042648ec68b7c0b152f0943c4bd8896fcfaa95d 100644 --- a/include/configs/PK1C20.h +++ b/include/configs/PK1C20.h @@ -213,7 +213,6 @@ * MISC *----------------------------------------------------------------------*/ #define CONFIG_SYS_LONGHELP /* Provide extended help*/ -#define CONFIG_SYS_PROMPT "==> " /* Command prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O buf size */ #define CONFIG_SYS_MAXARGS 16 /* Max command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot arg buf size */ diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index 912bcf59f84b65eb9d50ba08afcfea6997a1bebe..035983776845959ed8b9bc5282e28a97bebfcc6b 100644 --- a/include/configs/PLU405.h +++ b/include/configs/PLU405.h @@ -95,7 +95,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/PM520.h b/include/configs/PM520.h index 218dca026629d7cdba7d1ebec479c020adab98cc..09e749ee037c7669583f5a0b50855b55fcdc633f 100644 --- a/include/configs/PM520.h +++ b/include/configs/PM520.h @@ -251,7 +251,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/PM826.h b/include/configs/PM826.h index b466513ea3c84ab06ae31761d20017a7a5f66f10..a047dcbbac37a76664354ba148880243517ee503 100644 --- a/include/configs/PM826.h +++ b/include/configs/PM826.h @@ -168,7 +168,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/PM828.h b/include/configs/PM828.h index 8ca2400a08f7a6b834751f615bf26778eb68b18a..eb6aee01b2dd0bb89ed947241643d79cb516c33d 100644 --- a/include/configs/PM828.h +++ b/include/configs/PM828.h @@ -168,7 +168,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/PMC405.h b/include/configs/PMC405.h index 67a96d29d496614c19c8adb37ab2e7ea7558f6db..1ce4f18ba5faa0f4ecb98f039ab88d69c575d03f 100644 --- a/include/configs/PMC405.h +++ b/include/configs/PMC405.h @@ -90,7 +90,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/PMC405DE.h b/include/configs/PMC405DE.h index 3d6dc91a0b0fcccc8e83f39c224d10c5fc7eb6de..12a7c0f944a46fe0514b74a6456fdf2f11e75b5f 100644 --- a/include/configs/PMC405DE.h +++ b/include/configs/PMC405DE.h @@ -79,7 +79,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h index a54c099ce45e8cac190bb25c050f068ed996fa02..cc2ff43fdf17492f691558e955452100e2bab859 100644 --- a/include/configs/PMC440.h +++ b/include/configs/PMC440.h @@ -372,7 +372,6 @@ * Miscellaneous configurable options *----------------------------------------------------------------------*/ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/PN62.h b/include/configs/PN62.h index fbf8a996ce1a4273b2d83c48e5b78ce8f53542cf..a88256d3b26d9e387b0d58c6bf002f9c42205ebb 100644 --- a/include/configs/PN62.h +++ b/include/configs/PN62.h @@ -86,7 +86,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP 1 /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h index bdfe3c1b279143c298c51b39ce75d02d16393d8c..428e4d31b983210c144c04a5a6aeee157f466aa7 100644 --- a/include/configs/PPChameleonEVB.h +++ b/include/configs/PPChameleonEVB.h @@ -157,7 +157,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/QS823.h b/include/configs/QS823.h index d7128282458792319e575015c494d2d55544f322..aeb3ec4d11d94278011c8e2a95b7c348c0f37961 100644 --- a/include/configs/QS823.h +++ b/include/configs/QS823.h @@ -218,7 +218,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */ diff --git a/include/configs/QS850.h b/include/configs/QS850.h index 3229095ddfa5c4e053dfd68708e98f9a881d7915..92b1573523e038936c7317064a3ba35cdaabb052 100644 --- a/include/configs/QS850.h +++ b/include/configs/QS850.h @@ -218,7 +218,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */ diff --git a/include/configs/QS860T.h b/include/configs/QS860T.h index 7c77c6b8549940a19b9e84f38f4ea68e103dffce..85b95507a10586fc04f64600c0f76ae8455e332c 100644 --- a/include/configs/QS860T.h +++ b/include/configs/QS860T.h @@ -127,7 +127,6 @@ CONFIG_SPI * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */ diff --git a/include/configs/R360MPI.h b/include/configs/R360MPI.h index efe699538ce95e214c1c69d4b8e07cacc03ae558..f75b6516ba6c5dfdad1702e113a6c0c2a6ec495a 100644 --- a/include/configs/R360MPI.h +++ b/include/configs/R360MPI.h @@ -134,7 +134,6 @@ #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 /* must set console from env */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/RBC823.h b/include/configs/RBC823.h index 7b10d289b9524e15a2d80e224a471fcbde7475ee..ca86b7f03b8b631be603979c8eee2fd1e5bad2d4 100644 --- a/include/configs/RBC823.h +++ b/include/configs/RBC823.h @@ -119,7 +119,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/RPXClassic.h b/include/configs/RPXClassic.h index 6ba8a02bcb096ce30129102a0c4e6a05a387350e..e81b77021603f48edd4a97010a2570124049e6db 100644 --- a/include/configs/RPXClassic.h +++ b/include/configs/RPXClassic.h @@ -101,7 +101,6 @@ */ #define CONFIG_SYS_RESET_ADDRESS 0x80000000 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/RPXlite.h b/include/configs/RPXlite.h index ada7e145c07fbe0dcbee8442f4cb85fdc2392b79..699a748f38fb3b8edd8494df90cf7bfa21114c43 100644 --- a/include/configs/RPXlite.h +++ b/include/configs/RPXlite.h @@ -98,7 +98,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/RPXsuper.h b/include/configs/RPXsuper.h index d4d3d5738de4d274acbbbbc6a314e11c37fe9e33..231efc1a998ba283beb021148c170648b67749de 100644 --- a/include/configs/RPXsuper.h +++ b/include/configs/RPXsuper.h @@ -148,7 +148,6 @@ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " /* diff --git a/include/configs/RRvision.h b/include/configs/RRvision.h index 06273a2ae1a3bbc444b4b15a12b4002b09df70f7..7b09e09b0b34578a817f473e3ea8dfec7c7a49a2 100644 --- a/include/configs/RRvision.h +++ b/include/configs/RRvision.h @@ -145,7 +145,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/Rattler.h b/include/configs/Rattler.h index 7d4e5e72a60b99583f314c1bccd3537c7b40381d..76f2d7e4c20272f0609192776a8a32d90c4997c6 100644 --- a/include/configs/Rattler.h +++ b/include/configs/Rattler.h @@ -155,7 +155,6 @@ */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/SIMPC8313.h b/include/configs/SIMPC8313.h index 1045afb0c2c64448927c023700218eebde200c6b..336a5b7d614697c6a73a2c358964e3ae839f4c43 100644 --- a/include/configs/SIMPC8313.h +++ b/include/configs/SIMPC8313.h @@ -357,7 +357,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE \ diff --git a/include/configs/SM850.h b/include/configs/SM850.h index 5d48f8f8c4d860d5fb034acbb6383036bd8584d2..61bc2abba4c7ff7f523b628aaf4f56d99716740b 100644 --- a/include/configs/SM850.h +++ b/include/configs/SM850.h @@ -76,7 +76,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) && defined(KGDB_DEBUG) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/SPD823TS.h b/include/configs/SPD823TS.h index 147cf5bec1e36cb832ed5e4a01f0ef8310a614c2..abae60931cbb7b9692cccf7064b9383bae7897aa 100644 --- a/include/configs/SPD823TS.h +++ b/include/configs/SPD823TS.h @@ -84,7 +84,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/SXNI855T.h b/include/configs/SXNI855T.h index e2b05de3810d8fd10a2f357d63cd1faa66f32aaa..7776db4cb516747fda7e3865cf1edecea7f1b5f5 100644 --- a/include/configs/SXNI855T.h +++ b/include/configs/SXNI855T.h @@ -155,7 +155,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save a little memory */ -#define CONFIG_SYS_PROMPT "=>" /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/Sandpoint8240.h b/include/configs/Sandpoint8240.h index ed8a32f7df3558b51280eae0b76c4632053c39ee..74107fff838e8f3a07705e45a25415d521ebfadf 100644 --- a/include/configs/Sandpoint8240.h +++ b/include/configs/Sandpoint8240.h @@ -98,7 +98,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP 1 /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/Sandpoint8245.h b/include/configs/Sandpoint8245.h index 97e8968243a5606d5b4cb04528ad1cfcfdb3b362..ae74440c18f5d7ddbe90dbe3875b55e7ecfa38e1 100644 --- a/include/configs/Sandpoint8245.h +++ b/include/configs/Sandpoint8245.h @@ -66,7 +66,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP 1 /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/TASREG.h b/include/configs/TASREG.h index e1a2c12c61917f3f80f16ed2c074084624f67728..084cb1aa7b28512e18a251c951cbcedc3fcea5f6 100644 --- a/include/configs/TASREG.h +++ b/include/configs/TASREG.h @@ -61,7 +61,6 @@ #define CONFIG_BOOTDELAY 3 -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_LONGHELP /* undef to save memory */ #if defined(CONFIG_CMD_KGDB) diff --git a/include/configs/TB5200.h b/include/configs/TB5200.h index 47e74e79994a6d658a395dd831c001563ef6aa55..485a13a345c116cad9076ad717a6b535cb76cd90 100644 --- a/include/configs/TB5200.h +++ b/include/configs/TB5200.h @@ -386,7 +386,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/TK885D.h b/include/configs/TK885D.h index 4ad857e98dd01625fb2487b3c1d0193069dc14f0..f17c5b7ff628aa1c691a857b07882862dcdfaf29 100644 --- a/include/configs/TK885D.h +++ b/include/configs/TK885D.h @@ -154,7 +154,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TOP5200.h b/include/configs/TOP5200.h index b5f330fb6f645b005cda26fc78466a25f1549e06..cc3aa7b9c1e35e0845725cae3514288dee099bf1 100644 --- a/include/configs/TOP5200.h +++ b/include/configs/TOP5200.h @@ -317,7 +317,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) # define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/TOP860.h b/include/configs/TOP860.h index 5c5ce84ff176184f1470a005ee3271f352aa3a27..e67aaa84090aa6f497019ae2d1c1037640657d03 100644 --- a/include/configs/TOP860.h +++ b/include/configs/TOP860.h @@ -118,7 +118,6 @@ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* Hush parse for U-Boot */ diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 6a9f64e17bed1a621c5bd9156efb62503f016d48..b45c3e2b4d6737c64552ee222ad40cbfd3e99ff5 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -605,7 +605,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */ diff --git a/include/configs/TQM823L.h b/include/configs/TQM823L.h index 0221d16a44d9673e14ac9b65668fcceee991bcd4..a33880e943a74abc67220ffa95de4a8e70923eef 100644 --- a/include/configs/TQM823L.h +++ b/include/configs/TQM823L.h @@ -127,7 +127,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM823M.h b/include/configs/TQM823M.h index 514bbecd5448eb5814a8f0b78edbc9f53668afb8..3a97042fc7850c9fde161212f81238e9cd93eca2 100644 --- a/include/configs/TQM823M.h +++ b/include/configs/TQM823M.h @@ -122,7 +122,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM8260.h b/include/configs/TQM8260.h index 1b02cbbca7486b4083c990ac3e45afd90941ee56..e6dbbc05d4ad7338eefaab205410d35084a80889 100644 --- a/include/configs/TQM8260.h +++ b/include/configs/TQM8260.h @@ -228,7 +228,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM8272.h b/include/configs/TQM8272.h index 3f586fbbc13f522eaee524b8d52c8101328604e5..205f3f8800063bb32fe6baf5325042b4165ddb3c 100644 --- a/include/configs/TQM8272.h +++ b/include/configs/TQM8272.h @@ -290,7 +290,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if 0 #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 194dc8b62ace1345ca26b68f12e4bd13200938db..610627997e915ea057351122aeab492fc2b133d7 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -316,7 +316,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ diff --git a/include/configs/TQM850L.h b/include/configs/TQM850L.h index fc854d9916bc63bdeac83861e65609ee0440f66f..488fffb739f9c5d39dc6cfbc78c2521b6deedd54 100644 --- a/include/configs/TQM850L.h +++ b/include/configs/TQM850L.h @@ -111,7 +111,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM850M.h b/include/configs/TQM850M.h index 7bf685da05fc646c3eeb5e1d34e9256a0cc2e03f..76f475b13bb140a3b93466af56f1fa2885a6b66a 100644 --- a/include/configs/TQM850M.h +++ b/include/configs/TQM850M.h @@ -112,7 +112,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM855L.h b/include/configs/TQM855L.h index f8bf75b713d8d7a1e88208b1db14245320e9b3f0..437a39c65b403dadab31a04086737cdcdd760f12 100644 --- a/include/configs/TQM855L.h +++ b/include/configs/TQM855L.h @@ -115,7 +115,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM855M.h b/include/configs/TQM855M.h index 37e3541d682ce6b2be303a3504e6c80510b43a64..246cc12f8c2e646f5536cc3e63bc42be6a08f4ed 100644 --- a/include/configs/TQM855M.h +++ b/include/configs/TQM855M.h @@ -145,7 +145,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM860L.h b/include/configs/TQM860L.h index a6e36b3de3d98ad031794cd2e1d480be6b09956d..f5952a95113bbcb07cd5f919609ad23ee4fe32f0 100644 --- a/include/configs/TQM860L.h +++ b/include/configs/TQM860L.h @@ -114,7 +114,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM860M.h b/include/configs/TQM860M.h index 78ecb476924ca6cfa85f79a4f148e9b419f2a7dd..bea90635545325b44bec406eefeb0c632ede7298 100644 --- a/include/configs/TQM860M.h +++ b/include/configs/TQM860M.h @@ -115,7 +115,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM862L.h b/include/configs/TQM862L.h index 379698a55fbc72323c456e03133f9141800dd90e..13d29d8b03eb394d042350faa35e6d75f5f5a31b 100644 --- a/include/configs/TQM862L.h +++ b/include/configs/TQM862L.h @@ -118,7 +118,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM862M.h b/include/configs/TQM862M.h index ca7dd35fc0ad90b463f04d7f80e8ab4cd8ae50ed..0dd7101e5985c46f33a709f8be260959fa0854f7 100644 --- a/include/configs/TQM862M.h +++ b/include/configs/TQM862M.h @@ -118,7 +118,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM866M.h b/include/configs/TQM866M.h index 30e94013b0ac26af169cc0d581e6c765bc8f3778..970e8454c65898fd6d09c922268346ef71ecccfc 100644 --- a/include/configs/TQM866M.h +++ b/include/configs/TQM866M.h @@ -158,7 +158,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/TQM885D.h b/include/configs/TQM885D.h index 8263752573016646340c35a232805cf65b025a0c..5bbcacefcddd4b58c3d1da50bd9ea0465bc9f980 100644 --- a/include/configs/TQM885D.h +++ b/include/configs/TQM885D.h @@ -152,7 +152,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/Total5200.h b/include/configs/Total5200.h index dbd281415b7bd9818105a4bbd43bf79b59c58767..0637de91d1619832aa60496264e44b919fe26589 100644 --- a/include/configs/Total5200.h +++ b/include/configs/Total5200.h @@ -279,7 +279,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/VOH405.h b/include/configs/VOH405.h index 91fd93b331bbbc116c5f188a389604e9316ec540..526dc8fa8c6a6fb0bffc3a7554785cc99c95b7be 100644 --- a/include/configs/VOH405.h +++ b/include/configs/VOH405.h @@ -93,7 +93,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h index 4a2ee91ddaf0e6bfa6587a3c9dbd6b47b0f245ff..7214767c5be1f12349b1e0a4f3c2eefc5fc90cb9 100644 --- a/include/configs/VOM405.h +++ b/include/configs/VOM405.h @@ -82,7 +82,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/VoVPN-GW.h b/include/configs/VoVPN-GW.h index c4f680bec703096064dba46dc6d1af349cb91971..0af59779edee97ff2453558d099eee3288cf549a 100644 --- a/include/configs/VoVPN-GW.h +++ b/include/configs/VoVPN-GW.h @@ -203,7 +203,6 @@ #define CONFIG_SYS_LONGHELP /* monitor command prompt */ -#define CONFIG_SYS_PROMPT "=> " /* console i/o buffer size */ #if defined(CONFIG_CMD_KGDB) diff --git a/include/configs/WUH405.h b/include/configs/WUH405.h index 699938465344e0bdaf1548b02e6b7dc73f47c1a2..d3fbac91bb1ab360483834921c085adeccff9e80 100644 --- a/include/configs/WUH405.h +++ b/include/configs/WUH405.h @@ -84,7 +84,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/ZPC1900.h b/include/configs/ZPC1900.h index c28f21d1fbefc262cb4d42647b2bd837c206091c..7b801f6064c25556664b77a8c19f22bfe192d5b4 100644 --- a/include/configs/ZPC1900.h +++ b/include/configs/ZPC1900.h @@ -139,7 +139,6 @@ */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ZUMA.h b/include/configs/ZUMA.h index 80a381595c90b62abc0b89e374c748407b130bf8..f14faa31ad760cb3f733e028c4b627c290298330 100644 --- a/include/configs/ZUMA.h +++ b/include/configs/ZUMA.h @@ -131,7 +131,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/a3m071.h b/include/configs/a3m071.h index 43d3d99bcb822653bd01b4811ff63d5615dae9ea..10eb970d700d0a74350a609b7296754cafc4f833 100644 --- a/include/configs/a3m071.h +++ b/include/configs/a3m071.h @@ -245,7 +245,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/a4m072.h b/include/configs/a4m072.h index 75b6526127efd7de53729eb7a9280f8f53e35bd0..39ca2c3eec00c2a004b2ca384fcae87a589dd6fb 100644 --- a/include/configs/a4m072.h +++ b/include/configs/a4m072.h @@ -271,7 +271,6 @@ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_CMDLINE_EDITING 1 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/actux1.h b/include/configs/actux1.h index 33669c2e8394a5a627973c299a677956af069630..878c2b808781b2f287bf529e9ab1a9e07bd3d098 100644 --- a/include/configs/actux1.h +++ b/include/configs/actux1.h @@ -64,7 +64,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " /* Console I/O Buffer Size */ #define CONFIG_SYS_CBSIZE 256 /* Print Buffer Size */ diff --git a/include/configs/actux2.h b/include/configs/actux2.h index 533f46976a09bc5aadea4eef007756e1543dcb1f..9560acb59a939643a51275ea4a266619e5b9ed03 100644 --- a/include/configs/actux2.h +++ b/include/configs/actux2.h @@ -57,7 +57,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " /* Console I/O Buffer Size */ #define CONFIG_SYS_CBSIZE 256 /* Print Buffer Size */ diff --git a/include/configs/actux3.h b/include/configs/actux3.h index 76b5efd8a1dcdbe6e23992ebf828f77182be4806..200653e7f419e7b667a64095ada1b7481a38f4f7 100644 --- a/include/configs/actux3.h +++ b/include/configs/actux3.h @@ -55,7 +55,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " /* Console I/O Buffer Size */ #define CONFIG_SYS_CBSIZE 256 /* Print Buffer Size */ diff --git a/include/configs/actux4.h b/include/configs/actux4.h index 1df0a7caab4011c072af6699b3cc17a7cce15455..d8e0de789c41f73a4b018b8f82772eeb388bf318 100644 --- a/include/configs/actux4.h +++ b/include/configs/actux4.h @@ -62,7 +62,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " /* Console I/O Buffer Size */ #define CONFIG_SYS_CBSIZE 256 /* Print Buffer Size */ diff --git a/include/configs/aev.h b/include/configs/aev.h index 33d7815e98c74e5e16ee5c70fe662ecf29ec9087..6eb56c1c6dd201b32d878a958d328d2f19b8985b 100644 --- a/include/configs/aev.h +++ b/include/configs/aev.h @@ -320,7 +320,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/alpr.h b/include/configs/alpr.h index f0a89623c3ba7557d7ca20633c5ea0ad3c96ccea..00a5b4515e10f536e4b2e716317827e20f3b1c84 100644 --- a/include/configs/alpr.h +++ b/include/configs/alpr.h @@ -238,7 +238,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h index 580d079ed1a8a34f3f519eaf5d747b98cb03ad76..0c003552df7085ef100f3bab2fc3e9f704247bb4 100644 --- a/include/configs/amcc-common.h +++ b/include/configs/amcc-common.h @@ -74,7 +74,6 @@ */ #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index 07ec8a7d538abaa4e579c546802516caa7c61790..08093f1d326e32f03bd359aa89c83b7c92ae6ef6 100644 --- a/include/configs/ap325rxa.h +++ b/include/configs/ap325rxa.h @@ -51,7 +51,6 @@ /* undef to save memory */ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " /* Buffer size for input from the Console */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for Console output */ diff --git a/include/configs/ap_sh4a_4a.h b/include/configs/ap_sh4a_4a.h index ada42d725e9f96010f186528d111680d4a7cf67b..19d9c9032158b1f9ca1627c7fa01b4120392998b 100644 --- a/include/configs/ap_sh4a_4a.h +++ b/include/configs/ap_sh4a_4a.h @@ -67,7 +67,6 @@ /* undef to save memory */ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " /* Buffer size for input from the Console */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for Console output */ diff --git a/include/configs/aria.h b/include/configs/aria.h index b5e212e9d81bc7431d760e04468f501c66e5dc09..ab3348c4014afd6a2419cd5e5f0f339fc2c095f0 100644 --- a/include/configs/aria.h +++ b/include/configs/aria.h @@ -469,7 +469,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB # define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 7a264b038d0908eb9fd566c434b5e6e966a2cb03..83bcafead01d04901a31d043232de25717d99721 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -60,7 +60,6 @@ #define ARMADILLO_800EVA_SDRAM_SIZE (512 * 1024 * 1024) #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE 256 #define CONFIG_SYS_MAXARGS 16 diff --git a/include/configs/atc.h b/include/configs/atc.h index b661e95e045f03b7cc6e61ecbd8529d4a73a5961..e824c9edf1fcc232133ae5c9000b7074f41b3423 100644 --- a/include/configs/atc.h +++ b/include/configs/atc.h @@ -136,7 +136,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/balloon3.h b/include/configs/balloon3.h index cbf2853549b608fa3f55b7314ec16fe6d9fbc6bc..12df45b0facce65bdf7e931fcc5b09960279767b 100644 --- a/include/configs/balloon3.h +++ b/include/configs/balloon3.h @@ -73,7 +73,6 @@ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " #else -#define CONFIG_SYS_PROMPT "=> " #endif #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE \ diff --git a/include/configs/canmb.h b/include/configs/canmb.h index 485bf1658e9dfdf5d9c491ad6260ecaa3ed2710b..eb4fe47f00626e5f8d70813a08cae81c307ed2b0 100644 --- a/include/configs/canmb.h +++ b/include/configs/canmb.h @@ -174,7 +174,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) # define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/cm5200.h b/include/configs/cm5200.h index 17824ec9a914a472a026b88c79b95b2567c32cff..a3ebffb2c29368fbb07b5ad78526f077c6c51ba7 100644 --- a/include/configs/cm5200.h +++ b/include/configs/cm5200.h @@ -283,7 +283,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP 1 /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/cmi_mpc5xx.h b/include/configs/cmi_mpc5xx.h index 417c8735741f3c4e5075f24699dae96b488df1f2..a3cd2c09101ad5207e2d150dde0110ecdd0333f1 100644 --- a/include/configs/cmi_mpc5xx.h +++ b/include/configs/cmi_mpc5xx.h @@ -82,7 +82,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/cogent_mpc8260.h b/include/configs/cogent_mpc8260.h index 4a8e5830e12a105270267c4c42b823a700c5f7a5..82be5251842addd32ebf03a3655b5e9016b2ac93 100644 --- a/include/configs/cogent_mpc8260.h +++ b/include/configs/cogent_mpc8260.h @@ -124,7 +124,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/cogent_mpc8xx.h b/include/configs/cogent_mpc8xx.h index c57d70279f1d42377f75f2e80cf40a0c1db67c8a..f7808674bac72517714c3b5c85f747a18b3d70ae 100644 --- a/include/configs/cogent_mpc8xx.h +++ b/include/configs/cogent_mpc8xx.h @@ -89,7 +89,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h index ee0342b44b972febbd45af0689d6bf4f43e6411f..d26333d99029bd166bc88d9c1ec8e3654ac34630 100644 --- a/include/configs/colibri_pxa270.h +++ b/include/configs/colibri_pxa270.h @@ -86,7 +86,6 @@ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " #else -#define CONFIG_SYS_PROMPT "=> " #endif #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE \ diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index c6aad01dba645da3a32afd98367d22d3d7831e89..8570f2049c87e06dc7c679e3c248e958350023db 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -383,7 +383,6 @@ #endif /* CONFIG_TRAILBLAZER */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 34b3aace726d0722fcdbeadbdcbe704af6d3e498..5d2d1fe5f50eb02904b85ab424cbe66b3e8ba91b 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -653,7 +653,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/cpci5200.h b/include/configs/cpci5200.h index eb56f969880c73822010e0f530408fb25da2fd6d..9e86f09ff28cb4c1c13e9ae7111a221aa6371ba2 100644 --- a/include/configs/cpci5200.h +++ b/include/configs/cpci5200.h @@ -253,7 +253,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/csb272.h b/include/configs/csb272.h index 6ae19e4b872375d6bdf9a1074b0cf6d0012f9ebb..304612ff524873823a3106f940179177675b4ae1 100644 --- a/include/configs/csb272.h +++ b/include/configs/csb272.h @@ -109,7 +109,6 @@ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/csb472.h b/include/configs/csb472.h index 0c467c51f83695a7b537a3c93e50a33af8619e95..5617b7198bbb692039d6fc9582b9aa02ed2d878b 100644 --- a/include/configs/csb472.h +++ b/include/configs/csb472.h @@ -108,7 +108,6 @@ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/debris.h b/include/configs/debris.h index c9fb8d78cbe54102d50aa1965a91e6890fb6e9de..ae1a1b1c5158c93efc428314b320914e38e80f7e 100644 --- a/include/configs/debris.h +++ b/include/configs/debris.h @@ -143,7 +143,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP 1 /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index ed8ba1abc422541895a72097f713c358baebc69e..bcb21fefe337deffbe62f82bc6303a2a75ff6c93 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -61,7 +61,6 @@ * U-Boot General Configurations */ #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_PBSIZE \ (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index a5215db2987f6e26ae0a2bb983b672028a5ab01d..ed34101cf2fc329644ae9be24af4b000eefbab72 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -393,7 +393,6 @@ #define CONFIG_SYS_LONGHELP #define CONFIG_AUTO_COMPLETE 1 #define CONFIG_CMDLINE_EDITING 1 -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_HUSH_PARSER #define CONFIG_AUTOBOOT_KEYED diff --git a/include/configs/dns325.h b/include/configs/dns325.h index 0f0dd21c23f2a077ae0f75812a946da3899c1671..96db44f5189074824d620606ac94d36085aa758f 100644 --- a/include/configs/dns325.h +++ b/include/configs/dns325.h @@ -52,7 +52,6 @@ /* Remove or override few declarations from mv-common.h */ #undef CONFIG_SYS_PROMPT -#define CONFIG_SYS_PROMPT "=> " /* * Ethernet Driver configuration diff --git a/include/configs/dvlhost.h b/include/configs/dvlhost.h index 141879540f6192ce2c9ddbbbe85164697434eb0e..ffbc1aa9678bb84409e5869203a41c8fc20e0b95 100644 --- a/include/configs/dvlhost.h +++ b/include/configs/dvlhost.h @@ -63,7 +63,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " /* Console I/O Buffer Size */ #define CONFIG_SYS_CBSIZE 256 /* Print Buffer Size */ diff --git a/include/configs/eXalion.h b/include/configs/eXalion.h index 0767df199393d6958a04b49054c16209be120265..07983c135b0eae5a9b232e8e99e85ef1853545a6 100644 --- a/include/configs/eXalion.h +++ b/include/configs/eXalion.h @@ -71,7 +71,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP 1 /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 8 /* max number of command args */ diff --git a/include/configs/ecovec.h b/include/configs/ecovec.h index 34bd0b3ae9455f41220b5864538f2b740bebbce0..1a3b996c594e479907a869b074f62ef9b604bcab 100644 --- a/include/configs/ecovec.h +++ b/include/configs/ecovec.h @@ -92,7 +92,6 @@ /* undef to save memory */ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " /* Buffer size for input from the Console */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for Console output */ diff --git a/include/configs/enbw_cmc.h b/include/configs/enbw_cmc.h index 90033fa10f8c9591ce8b8c32021fb886701d6b35..49fdf4c78bd1f17137e3739e12bd1d80f8668d1e 100644 --- a/include/configs/enbw_cmc.h +++ b/include/configs/enbw_cmc.h @@ -228,7 +228,6 @@ * U-Boot general configuration */ #define CONFIG_BOOTFILE "uImage" /* Boot file name */ -#define CONFIG_SYS_PROMPT "=> " /* Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/ep8248.h b/include/configs/ep8248.h index e95d312f9e038fa27aee5824d46c9628abe0fa0c..841338c422c4b39f42a55ee657249c5787217c3d 100644 --- a/include/configs/ep8248.h +++ b/include/configs/ep8248.h @@ -139,7 +139,6 @@ */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ep8260.h b/include/configs/ep8260.h index aba3392234d3123c982dd4368d7e5806bbbaca74..d0f9ab86d592abe424fe972781fc305f2118c859 100644 --- a/include/configs/ep8260.h +++ b/include/configs/ep8260.h @@ -266,7 +266,6 @@ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " /* Define this variable to enable the "hush" shell (from Busybox) as command line interpreter, thus enabling diff --git a/include/configs/espt.h b/include/configs/espt.h index f1a44bcf5c5ff54dc54d1c16123fb712caa81803..59339839638b3bfe31cc479bfbd42603e9cb262d 100644 --- a/include/configs/espt.h +++ b/include/configs/espt.h @@ -43,7 +43,6 @@ #define CONFIG_SYS_TEXT_BASE 0x8FFC0000 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ diff --git a/include/configs/gr_cpci_ax2000.h b/include/configs/gr_cpci_ax2000.h index 86de48e4962d45252cf933aceb20a8840749ecbc..da08f217bb00587746cba168cba4a55e6df9100d 100644 --- a/include/configs/gr_cpci_ax2000.h +++ b/include/configs/gr_cpci_ax2000.h @@ -289,7 +289,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/gr_ep2s60.h b/include/configs/gr_ep2s60.h index cb651b0b0ce7df219c92576dcdde0e262a52758c..10f24141bd9403d8603a2c3cc0e368298d476205 100644 --- a/include/configs/gr_ep2s60.h +++ b/include/configs/gr_ep2s60.h @@ -278,7 +278,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/gr_xc3s_1500.h b/include/configs/gr_xc3s_1500.h index 50cf3f6f526f15805b60bbd0831465e234265d1d..e01becbb3d725f5e7a9dab93725ad55eabd5145d 100644 --- a/include/configs/gr_xc3s_1500.h +++ b/include/configs/gr_xc3s_1500.h @@ -237,7 +237,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/grsim.h b/include/configs/grsim.h index 69ac0c10bf638bf6647773bd3d1d08657648e23e..9409d830da732608fdbc507f34cacfda95c52a1b 100644 --- a/include/configs/grsim.h +++ b/include/configs/grsim.h @@ -264,7 +264,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/grsim_leon2.h b/include/configs/grsim_leon2.h index 531c4bc4bec50a3e90f221163a57594dbfc46bb9..77919eec954cd2f650aebf9409df67f70496f94c 100644 --- a/include/configs/grsim_leon2.h +++ b/include/configs/grsim_leon2.h @@ -262,7 +262,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/gw8260.h b/include/configs/gw8260.h index 545fa85377724e873c80580086be43097ac8a055..860379975892a2757999c7a97c66eeeb2112e4e5 100644 --- a/include/configs/gw8260.h +++ b/include/configs/gw8260.h @@ -291,7 +291,6 @@ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " /* diff --git a/include/configs/hermes.h b/include/configs/hermes.h index 1af529627e18c387a84de838f2ad062ced275817..de539f2a24660466582fb35a59bc79e9e172bb6c 100644 --- a/include/configs/hermes.h +++ b/include/configs/hermes.h @@ -70,7 +70,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/hmi1001.h b/include/configs/hmi1001.h index 9073d7e6c740db064345ae206b7cce7cdcd8ad1b..dad7540d50dc8027a60b890f2d8fd6ae9ef117fb 100644 --- a/include/configs/hmi1001.h +++ b/include/configs/hmi1001.h @@ -214,7 +214,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/hymod.h b/include/configs/hymod.h index f73de6814d4844dfe9431c9c1457c609f0311420..9f4d8abce801c91f2074509506f534528311157a 100644 --- a/include/configs/hymod.h +++ b/include/configs/hymod.h @@ -256,7 +256,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/idmr.h b/include/configs/idmr.h index 3cae30a0b412aadb947709e3e2517fc5f9888618..b882cf06992f050bfe9bd7e64406c9a6f2ccc9d3 100644 --- a/include/configs/idmr.h +++ b/include/configs/idmr.h @@ -110,7 +110,6 @@ #define CONFIG_SYS_USE_PPCENV /* Environment embedded in sect .ppcenv */ -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_LONGHELP /* undef to save memory */ #if defined(CONFIG_CMD_KGDB) diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index c6b852969bffe32401dfded7d0ca50894158301a..01a4732d52213d59687c179b416edbd7049006a3 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -160,7 +160,6 @@ /* * U-Boot general configuration */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ /* Print buffer sz */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index 6242a94172643300702250da9f9a0ccc0361b2dc..11ab6a4d26caf4d0bd200d54fba9d194ef7aaf26 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -325,7 +325,6 @@ static inline void tws_data_config_output(unsigned output) * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ipek01.h b/include/configs/ipek01.h index d2351cc53ad83e1b82e04602c5686729895f7e62..b88c51b65626808cc81d70d00389376a2f9861b8 100644 --- a/include/configs/ipek01.h +++ b/include/configs/ipek01.h @@ -278,7 +278,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/jupiter.h b/include/configs/jupiter.h index 01c087b0d38994d93ba8add1f7bb2061fda94366..a0b0efd369b6459549223aa30bc90912887ef188 100644 --- a/include/configs/jupiter.h +++ b/include/configs/jupiter.h @@ -243,7 +243,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h index f62fdf6bddfba13f5a06ce7eca22ef73a75f2f9b..e71f37f2f6f3dadc2d8b6fbffbaf8c448c1fb6f3 100644 --- a/include/configs/km/keymile-common.h +++ b/include/configs/km/keymile-common.h @@ -39,7 +39,6 @@ */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/korat.h b/include/configs/korat.h index 7c7a305175ebdf7196c697b0cf25cc5b652cc57e..7a2b24bcdb81bb1b76811da78e6255729af1d665 100644 --- a/include/configs/korat.h +++ b/include/configs/korat.h @@ -307,7 +307,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/kvme080.h b/include/configs/kvme080.h index 23270e68f59723cfdc07eb45a409acdb087349f7..80d40c9a8a9bac8747a4cccd120231708ff4cc06 100644 --- a/include/configs/kvme080.h +++ b/include/configs/kvme080.h @@ -86,7 +86,6 @@ #define CONFIG_NETCONSOLE #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) #define CONFIG_SYS_MAXARGS 16 diff --git a/include/configs/linkstation.h b/include/configs/linkstation.h index 1bd467f59fff6ce1cfa5510969943842e86a42f9..405edee80d9922ffbb92d4ffe30114f22738c4d6 100644 --- a/include/configs/linkstation.h +++ b/include/configs/linkstation.h @@ -118,7 +118,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) diff --git a/include/configs/lp8x4x.h b/include/configs/lp8x4x.h index 6df6f2b464aed67c126ce078263cba7ba5e01688..26b989a03a6c5b82551d6b6360c1b5271c9f075f 100644 --- a/include/configs/lp8x4x.h +++ b/include/configs/lp8x4x.h @@ -105,7 +105,6 @@ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " #else -#define CONFIG_SYS_PROMPT "=> " #endif #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE \ diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 52d8377a1b376eba0c3356611188ff3507433208..92865df12ac49219100ef96fe4de0056979459e5 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -85,7 +85,6 @@ #undef CONFIG_SYS_PROMPT -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " /* diff --git a/include/configs/lubbock.h b/include/configs/lubbock.h index bab71f2aecf2ba79938cd7795a5335e48e301ad2..be37215030c7b3c80aefff027136cca4e9be8ea9 100644 --- a/include/configs/lubbock.h +++ b/include/configs/lubbock.h @@ -98,7 +98,6 @@ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " /* Monitor Command Prompt */ #else -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #endif #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ diff --git a/include/configs/lwmon.h b/include/configs/lwmon.h index a2aa56bd2dd9b52f260b5e9a5b85cd88184cc07a..551b73c21343c10946e14db20f3eb4d5825758ef 100644 --- a/include/configs/lwmon.h +++ b/include/configs/lwmon.h @@ -193,7 +193,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */ diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index 96f3ba5a1394ad774a4b885d64dd8adb2248168e..fb19c4120f6c21565028efbe39a349bd2a29a730 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -463,7 +463,6 @@ #define CONFIG_SUPPORT_VFAT #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index d7ca66b99930bf7c5948795c559bb1729f5bd1ec..f1c93d8da940838833f9766ffe747aba96d92599 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -67,7 +67,6 @@ * U-Boot general configurations */ #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */ #define CONFIG_SYS_PBSIZE \ (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) diff --git a/include/configs/manroland/common.h b/include/configs/manroland/common.h index a55b39b4bffb403e9f9a3e8559604f06e96a0800..ab4a4710c783afc205bfbdf6faa58b22dd8900c1 100644 --- a/include/configs/manroland/common.h +++ b/include/configs/manroland/common.h @@ -99,7 +99,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/mcc200.h b/include/configs/mcc200.h index d73d2e43737eff750eb5895424511b7c8df6f6a0..8eeb597acf7a730e799139a7b4584b7c9dd1a601 100644 --- a/include/configs/mcc200.h +++ b/include/configs/mcc200.h @@ -288,7 +288,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/mecp5123.h b/include/configs/mecp5123.h index b48872b2678a89ad2f3b8cf61df1f71b7bd84d2e..910c93fb103db9ebea6f0e651bcde3508feef906 100644 --- a/include/configs/mecp5123.h +++ b/include/configs/mecp5123.h @@ -327,7 +327,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB # define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/mecp5200.h b/include/configs/mecp5200.h index 8b1e0922080350d70baf6549e962c22b9472f7d7..a9ea5397660288f2ee47803e300b9cef2030db2c 100644 --- a/include/configs/mecp5200.h +++ b/include/configs/mecp5200.h @@ -235,7 +235,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/meesc.h b/include/configs/meesc.h index d2ec83cd1f42b14e7b1863d941552ede5fd510e4..4d7a91f4531c93201e50a31441122d3fcd9b0324 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -190,7 +190,6 @@ #endif -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 512 #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index 2a818498752d8665316fece159cffd544677996e..6db6c9ebc9b1844727c15aa49534f31b7c3b9e0d 100644 --- a/include/configs/motionpro.h +++ b/include/configs/motionpro.h @@ -368,7 +368,6 @@ extern void __led_set(led_id_t id, int state); * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h index 2af947a23161eee3d3e8a5d1258bf3bddeacc1b8..1721af182f0cee073a121a08daa7c1b3d37207aa 100644 --- a/include/configs/mpc5121ads.h +++ b/include/configs/mpc5121ads.h @@ -486,7 +486,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/mpc7448hpc2.h b/include/configs/mpc7448hpc2.h index 37cc4349f670ceec6a57baa47cc74d2f5191ef77..c8021601fa29581639471103e9a27841d3a74c3a 100644 --- a/include/configs/mpc7448hpc2.h +++ b/include/configs/mpc7448hpc2.h @@ -169,7 +169,6 @@ #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 /* Bytes of address */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/mpc8308_p1m.h b/include/configs/mpc8308_p1m.h index 6875cf4c5b7c1229f170aa4a6446322c1a2756f9..a3a6566a781c83240c4384d920de9a1455bb3c86 100644 --- a/include/configs/mpc8308_p1m.h +++ b/include/configs/mpc8308_p1m.h @@ -412,7 +412,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/mpr2.h b/include/configs/mpr2.h index b0b23a62801a04c1a8356b9317987c0cd9887674..505e22505bb516373dbbde8dc5370b2ac3c8c632 100644 --- a/include/configs/mpr2.h +++ b/include/configs/mpr2.h @@ -31,7 +31,6 @@ /* U-Boot internals */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h index d6b17624b6f1dec084cd8f219cd662d28c16c871..3e74dffc4dca4b99d3441df876e6524438d0f102 100644 --- a/include/configs/ms7720se.h +++ b/include/configs/ms7720se.h @@ -38,7 +38,6 @@ #define CONFIG_SYS_TEXT_BASE 0x8FFC0000 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ diff --git a/include/configs/ms7722se.h b/include/configs/ms7722se.h index 787c255b772f240c3f0e5f7866a7f4ffefeb59b4..e1f2be894505c3c56dbb4cb0cd6e2e9b0c7ae28a 100644 --- a/include/configs/ms7722se.h +++ b/include/configs/ms7722se.h @@ -41,7 +41,6 @@ #define CONFIG_SYS_TEXT_BASE 0x8FFC0000 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ diff --git a/include/configs/ms7750se.h b/include/configs/ms7750se.h index 37ef02e839f566aac31023cb319487af5bebb7cf..ba65a7c0b58479053a7df03fe87d0447063615f2 100644 --- a/include/configs/ms7750se.h +++ b/include/configs/ms7750se.h @@ -39,7 +39,6 @@ #define CONFIG_SYS_SDRAM_SIZE (64 * 1024 * 1024) #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE 256 #define CONFIG_SYS_MAXARGS 16 diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h index 8eba0228b262da89bac6682cdb4f92690279c3ed..c7ec49e3d79c3a1a43b5c7091d5a2dcd5e5e2526 100644 --- a/include/configs/muas3001.h +++ b/include/configs/muas3001.h @@ -181,7 +181,6 @@ */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/munices.h b/include/configs/munices.h index f98360d96d3fa32d67dc1be6cdaa81f415552e12..bcc997ab0123ded7be6df586a72ef52601ebd22f 100644 --- a/include/configs/munices.h +++ b/include/configs/munices.h @@ -166,7 +166,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index 2736e3d7dc4446a217c9cbfa7f22bbf2981968fe..99909536fe597c6cac706195738bea1cd6fae5a8 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -123,7 +123,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 792f17cea4cecfe087bb4e0c381a35ba77246944..a58cc36fc7710ee687fde2b280ecaad1304e3116 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -150,7 +150,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 124dc1e6cbd41602333d3c0d1d705eb2200cdc3e..9cf69ff65e0953301f04a2c141b47e9d233125bc 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -90,7 +90,6 @@ /* U-Boot general configuration */ #define CONFIG_SYS_LONGHELP #ifndef CONFIG_SYS_PROMPT -#define CONFIG_SYS_PROMPT "=> " #endif #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */ #define CONFIG_SYS_PBSIZE \ diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h index 3f3449606590559abbdd4cc1992196d216237231..3e18357ee76f678806beae3702ee8f2cfa30919a 100644 --- a/include/configs/nios2-generic.h +++ b/include/configs/nios2-generic.h @@ -120,7 +120,6 @@ * MISC */ #define CONFIG_SYS_LONGHELP /* Provide extended help */ -#define CONFIG_SYS_PROMPT "==> " /* Command prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O buf size */ #define CONFIG_SYS_MAXARGS 16 /* Max command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Bootarg buf size */ diff --git a/include/configs/o2dnt-common.h b/include/configs/o2dnt-common.h index f079289c5a257d48ebd69a30273800a7d1ea37dc..1709dc2c2628cc46af5f3eb11f4cf6e6c9e1ba42 100644 --- a/include/configs/o2dnt-common.h +++ b/include/configs/o2dnt-common.h @@ -311,7 +311,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/openrisc-generic.h b/include/configs/openrisc-generic.h index ad3775e031340d6ba017690d0909fbe1e36c6cae..9787623505c318d9a9e3fc500e16da06ab821f82 100644 --- a/include/configs/openrisc-generic.h +++ b/include/configs/openrisc-generic.h @@ -101,7 +101,6 @@ * MISC */ #define CONFIG_SYS_LONGHELP /* Provide extended help */ -#define CONFIG_SYS_PROMPT "==> " /* Command prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O buf size */ #define CONFIG_SYS_MAXARGS 16 /* Max command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Bootarg buf size */ diff --git a/include/configs/otc570.h b/include/configs/otc570.h index 543209cb9d79e53935003e80659c0461abb548a1..32b36e41acbd5e4c0e2093ade89317ed75ad6ea5 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -242,7 +242,6 @@ #endif -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 512 #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index a435f29c29779ebbdb0871956c73073b392cffc9..62ecc4d754a883ae30e2ca2783ca7ff7d2caa303 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -908,7 +908,6 @@ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 4aa706422e082d4dd05a813b24a42c65b93cac28..3d64a1f9b0e7ee75bc15ac488ece768fac8900aa 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -472,7 +472,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/p3mx.h b/include/configs/p3mx.h index 8157f47cced698a27fc7de068c22053c429c97ac..2045f1da950d0227ff6828fb97839184c555c8b7 100644 --- a/include/configs/p3mx.h +++ b/include/configs/p3mx.h @@ -269,7 +269,6 @@ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/p3p440.h b/include/configs/p3p440.h index f6cb813bc8f80f275e285a9ea76fdb91f0f304c8..0d0d243ecee2555e047f2a97ac48c7aeba2f3270 100644 --- a/include/configs/p3p440.h +++ b/include/configs/p3p440.h @@ -197,7 +197,6 @@ * Miscellaneous configurable options *----------------------------------------------------------------------*/ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/palmld.h b/include/configs/palmld.h index 03020902bb4ae82f0c8645276f86053013e012ad..84bc9ed81361d258e6f3fcb965d16e38fcce4789 100644 --- a/include/configs/palmld.h +++ b/include/configs/palmld.h @@ -104,8 +104,6 @@ #define CONFIG_SYS_LONGHELP #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " -#else -#define CONFIG_SYS_PROMPT "=> " #endif #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE \ diff --git a/include/configs/palmtc.h b/include/configs/palmtc.h index d8383563662fe66c97c72e321a4b29abbee1a0ae..661101ccb689acc20c6876d6b88231f92a746c9f 100644 --- a/include/configs/palmtc.h +++ b/include/configs/palmtc.h @@ -106,8 +106,6 @@ #define CONFIG_SYS_LONGHELP #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " -#else -#define CONFIG_SYS_PROMPT "=> " #endif #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE \ diff --git a/include/configs/palmtreo680.h b/include/configs/palmtreo680.h index 2ab6fd2e8a94372067a97dddab7d962149398f1e..7f96a963631e59532f99e1f41ef3fed8be8ecbb7 100644 --- a/include/configs/palmtreo680.h +++ b/include/configs/palmtreo680.h @@ -107,7 +107,6 @@ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " #else -#define CONFIG_SYS_PROMPT "=> " #endif #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE \ diff --git a/include/configs/pcs440ep.h b/include/configs/pcs440ep.h index 7cf22ba7639423e4273f90cfde8985af209b8840..2c926dc06ba8ee96cdf3b41f95e52108d1421457 100644 --- a/include/configs/pcs440ep.h +++ b/include/configs/pcs440ep.h @@ -276,7 +276,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/pdm360ng.h b/include/configs/pdm360ng.h index d31c13796735304756be974703316fbe1863ce70..d9853d51187c8d25027dfc1950b1723870bc786c 100644 --- a/include/configs/pdm360ng.h +++ b/include/configs/pdm360ng.h @@ -402,7 +402,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/pdnb3.h b/include/configs/pdnb3.h index d3e9017a005b25131e8ab96f9284bbf931ef7287..baed5920b635984aa3fe0cad82fb8ad51deb084c 100644 --- a/include/configs/pdnb3.h +++ b/include/configs/pdnb3.h @@ -89,7 +89,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/pf5200.h b/include/configs/pf5200.h index bb3351812e7ecbe64c7142b5f921fa07b6977b04..6e0e8a65578a66361faf37a25685f6bd49ec8df0 100644 --- a/include/configs/pf5200.h +++ b/include/configs/pf5200.h @@ -239,7 +239,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ppmc7xx.h b/include/configs/ppmc7xx.h index 3f9fdd444dcbb88f8b7816729645072085fa5027..68575481a327bab7965560223a2397d59224cb60 100644 --- a/include/configs/ppmc7xx.h +++ b/include/configs/ppmc7xx.h @@ -272,7 +272,6 @@ #define CONFIG_SYS_MEMTEST_START 0x00040000 #define CONFIG_SYS_MEMTEST_END 0x00040100 #define CONFIG_SYS_PBSIZE 1024 -#define CONFIG_SYS_PROMPT "=> " /* diff --git a/include/configs/ppmc8260.h b/include/configs/ppmc8260.h index 752321c2fba1ad99d6267f77c2999b1bc6b37684..91cb05e0a8ff130c5e24aab9cdee714529996530 100644 --- a/include/configs/ppmc8260.h +++ b/include/configs/ppmc8260.h @@ -267,7 +267,6 @@ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " /* diff --git a/include/configs/pxa255_idp.h b/include/configs/pxa255_idp.h index 5ea7e67da5f11a0b14a86f6cb94ee74a9e5795b4..a23d84b6e2e9bdc03e5c8568f91e8e83f668a4cd 100644 --- a/include/configs/pxa255_idp.h +++ b/include/configs/pxa255_idp.h @@ -211,7 +211,6 @@ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " /* Monitor Command Prompt */ #else -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #endif #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ diff --git a/include/configs/qong.h b/include/configs/qong.h index ee2ff7f0435db594b355d336dee5846708acfc2d..6f0f760764f1474d33cdbbb8e9bd1b6fe8ce75a4 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -174,7 +174,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ diff --git a/include/configs/quad100hd.h b/include/configs/quad100hd.h index e0925f6934e74d571c575fe0e9ad64cab101370f..76637d015036a482b4ec0c9c801adc1a94696be9 100644 --- a/include/configs/quad100hd.h +++ b/include/configs/quad100hd.h @@ -106,7 +106,6 @@ * Miscellaneous configurable options *----------------------------------------------------------------------*/ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/quantum.h b/include/configs/quantum.h index 73156498ff2679237a54aad62ec319bd549ea8dd..1be59b8431bf5ad1e96952015940a85cc60a8fdc 100644 --- a/include/configs/quantum.h +++ b/include/configs/quantum.h @@ -109,7 +109,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/r0p7734.h b/include/configs/r0p7734.h index 5894f5f4a929b8f3de8b29e7291c880cf4d27388..40afed7457c0b1fb561db44bc2489c6955eb6e46 100644 --- a/include/configs/r0p7734.h +++ b/include/configs/r0p7734.h @@ -73,7 +73,6 @@ /* undef to save memory */ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " /* Buffer size for input from the Console */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for Console output */ diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 8c11b99ea82fa893dfc9727ad3962c256cb66d4c..5b8cc88bd7d48b3ded5885363ce7239436090c8b 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -41,7 +41,6 @@ #define CONFIG_SYS_TEXT_BASE 0x0FFC0000 #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE 256 #define CONFIG_SYS_MAXARGS 16 diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 07c9903ec8cb6bf79d7a12c4548758ed74e0c4c6..52591da74cd1555a37c1587b2048e4d4b9dad29f 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -49,7 +49,6 @@ #define CONFIG_SYS_SDRAM_SIZE (128 * 1024 * 1024) #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE 256 #define CONFIG_SYS_MAXARGS 16 diff --git a/include/configs/rsdproto.h b/include/configs/rsdproto.h index 2743c9afe02550b2f3096878e170debec611aae3..0842568a3d49eb35a746c89939433d643f685d7e 100644 --- a/include/configs/rsdproto.h +++ b/include/configs/rsdproto.h @@ -128,7 +128,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h index 2e96883da8bbb8e399f87705b635a92f31a055a3..acee4e89857df7c2d07de2eb186935d01f531076 100644 --- a/include/configs/rsk7203.h +++ b/include/configs/rsk7203.h @@ -40,7 +40,6 @@ #define CONFIG_SYS_TEXT_BASE 0x0C7C0000 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ diff --git a/include/configs/rsk7264.h b/include/configs/rsk7264.h index cf7bc63c96e5183b14227b4acacb02041b31bfad..a5dbb64f48db7de916171f01701ec3a7b837adec 100644 --- a/include/configs/rsk7264.h +++ b/include/configs/rsk7264.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { CONFIG_BAUDRATE } #define CONFIG_SYS_LONGHELP 1 /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ diff --git a/include/configs/rsk7269.h b/include/configs/rsk7269.h index 1f4e2f3cc6d90466959da692dd3571b56ba0929c..9f54160afb3085600482989181970f7021966426 100644 --- a/include/configs/rsk7269.h +++ b/include/configs/rsk7269.h @@ -27,7 +27,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { CONFIG_BAUDRATE } #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Boot Argument Buffer Size */ #define CONFIG_SYS_PBSIZE 256 /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/sacsng.h b/include/configs/sacsng.h index 033c1f30de35a50c2a6c2e298c6fdd29e2759fd5..9d90553fc212854a17d3d8ae47b74c8ecd7e55c0 100644 --- a/include/configs/sacsng.h +++ b/include/configs/sacsng.h @@ -475,7 +475,6 @@ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " #undef CONFIG_SYS_HUSH_PARSER #ifdef CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 402703038454edca9a67c9071fdbed8b127b0cf3..042ee7b8ef5e9fa680c7a91809fe401827cea116 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -49,7 +49,6 @@ */ #define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */ -#define CONFIG_SYS_PROMPT "=>" /* Command Prompt */ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_LONGHELP /* #undef to save memory */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/sbc405.h b/include/configs/sbc405.h index a139590be8494088f8d95a586b2578d6205b9bac..7eb3d0ccff3a62d959dc4f504f0debe054d8e9dd 100644 --- a/include/configs/sbc405.h +++ b/include/configs/sbc405.h @@ -113,7 +113,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #undef CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index 63ee4537d6ed50e40704b8a57b0b7faf8bd5d914..d0cb5882d3b9028eb555fabf806af9fd6241a299 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -438,7 +438,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 84be5246b91c270bf0157a962089e986cb626443..e5f870f419699f9ed14f74644aaa3c1249e6bbf0 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -557,7 +557,6 @@ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index a489bb12118968526cfdc0c08c41e4578c7f5ede..c41471c860483b3e405bf6bda8b3afc04364df00 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -496,7 +496,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/sh7752evb.h b/include/configs/sh7752evb.h index bab7e4dc8e1c062d9f4bdfc78e00daa89b9b6136..8d6ee8a6d7cc4753c89400016adc5bb7eb9b89a6 100644 --- a/include/configs/sh7752evb.h +++ b/include/configs/sh7752evb.h @@ -51,7 +51,6 @@ #define SH7752EVB_SDRAM_SIZE (512 * 1024 * 1024) #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE 256 #define CONFIG_SYS_MAXARGS 16 diff --git a/include/configs/sh7757lcr.h b/include/configs/sh7757lcr.h index b0df4da87495758d1a3a4cc7ce75ae3ace5968f1..530b226354bca8457ea5210f72063ddfafc79a96 100644 --- a/include/configs/sh7757lcr.h +++ b/include/configs/sh7757lcr.h @@ -51,7 +51,6 @@ #define SH7757LCR_SDRAM_DVC_SIZE (16 * 1024 * 1024) #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE 256 #define CONFIG_SYS_MAXARGS 16 diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h index d0dc10240fe1db5652eec8b10718a07d28dfd69e..92416b17a59cb89ee2250e168820c0755216f559 100644 --- a/include/configs/sh7763rdp.h +++ b/include/configs/sh7763rdp.h @@ -43,7 +43,6 @@ #define CONFIG_SYS_TEXT_BASE 0x8FFC0000 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index baee07b36de7291f72f41329d9f71f09c68c65d1..594e6d2188f5a7ba1e24aad9f3284d118944dc06 100644 --- a/include/configs/sh7785lcr.h +++ b/include/configs/sh7785lcr.h @@ -65,7 +65,6 @@ #endif #define CONFIG_SYS_LONGHELP -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE 256 #define CONFIG_SYS_MAXARGS 16 diff --git a/include/configs/shmin.h b/include/configs/shmin.h index 8cdb8f94d16710be41ec1465b6282f1cf261d28b..16c6dc8b8258f2a4c956a850e88ae81d84ccba2a 100644 --- a/include/configs/shmin.h +++ b/include/configs/shmin.h @@ -42,7 +42,6 @@ #define CONFIG_SYS_TEXT_BASE 0x8DFB0000 #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ #define CONFIG_SYS_MAXARGS 16 /* max args accepted for monitor commands */ diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 5250d47166459df92c253084f80d9b7e4c658420..1ff111295270c5efadc48d1e831a920483702121 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -343,7 +343,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/spc1920.h b/include/configs/spc1920.h index a5b3b781ae20c2be24a575c60feb8d2f5e0caaba..92ec8f3d7367f6be8bcb86a8bec450127ba779a2 100644 --- a/include/configs/spc1920.h +++ b/include/configs/spc1920.h @@ -95,7 +95,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=>" /* Monitor Command Prompt */ #define CONFIG_SYS_HUSH_PARSER #if defined(CONFIG_CMD_KGDB) diff --git a/include/configs/spieval.h b/include/configs/spieval.h index 231263f2b5c190d0d404b53a50963ccb402280e2..90fc5996df2906bc0e171ca036110c5be1bf71ad 100644 --- a/include/configs/spieval.h +++ b/include/configs/spieval.h @@ -384,7 +384,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/svm_sc8xx.h b/include/configs/svm_sc8xx.h index a6c1f9927b4e950ac37235e7f6e06364aa8fab3d..f98bdc855db379a69ceef4769a0117787cbde393 100644 --- a/include/configs/svm_sc8xx.h +++ b/include/configs/svm_sc8xx.h @@ -140,7 +140,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_SYS_HUSH_PARSER #endif diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index 3e82fc255823493ae059f2971abe949baa4b5519..3090b7eb4ea9dad7a058ef013cbeb964a4f66527 100644 --- a/include/configs/t4qds.h +++ b/include/configs/t4qds.h @@ -284,7 +284,6 @@ #define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #ifdef CONFIG_CMD_KGDB #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/trizepsiv.h b/include/configs/trizepsiv.h index 885b3eeddc0445ad2be9646d9fe3f7ae64a108b6..1b26c932211e264d62dd316b02e4916700c559e8 100644 --- a/include/configs/trizepsiv.h +++ b/include/configs/trizepsiv.h @@ -137,7 +137,6 @@ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " /* Monitor Command Prompt */ #else -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #endif #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 69100364921fcffb2840fd165d91a98b0fdec263..b11f54e653c1dd534f97488ead625b94322efc53 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -110,7 +110,6 @@ #define CONFIG_SYS_NAND_LARGEPAGE /* U-Boot general configuration */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ /* Print buffer sz */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ diff --git a/include/configs/uc100.h b/include/configs/uc100.h index faae7ffd263605983e1eb1cd64a0c4688bb7791f..d9e6f931e407ef2cb48e8fc54fe3a3265618888b 100644 --- a/include/configs/uc100.h +++ b/include/configs/uc100.h @@ -141,7 +141,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if 0 #define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */ diff --git a/include/configs/utx8245.h b/include/configs/utx8245.h index 8f4a4702ace33ee87db15606872d69042cd4f6b1..56a6773cbd32f9c34d638526998082f45507c8f0 100644 --- a/include/configs/utx8245.h +++ b/include/configs/utx8245.h @@ -107,7 +107,6 @@ protect on ${u-boot_startaddr} ${u-boot_endaddr}" * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ /* Print Buffer Size */ diff --git a/include/configs/v37.h b/include/configs/v37.h index 0fa55d6f3adce901c9b46bbb8a9c4099b74562b1..cf50d337bb8c0df96faf32079be103d93bb55aba 100644 --- a/include/configs/v37.h +++ b/include/configs/v37.h @@ -110,7 +110,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/v38b.h b/include/configs/v38b.h index 501010eb9cc8974b7fdbc64b9eff738815b36383..f51925647b8b72a3d239452a918d47d2c22854a2 100644 --- a/include/configs/v38b.h +++ b/include/configs/v38b.h @@ -244,7 +244,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/ve8313.h b/include/configs/ve8313.h index 5527511df2e771dbfbdb12d443029cf7710f3ba4..d6b636f4811a74ac935c87847e1cffd95de84ac3 100644 --- a/include/configs/ve8313.h +++ b/include/configs/ve8313.h @@ -345,7 +345,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 34861f652d74efa7bbf215fc0c4955073ad73623..0a2d6f249fa2df52d455b31f6ffcf59bc1c94313 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -170,7 +170,6 @@ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " -#define CONFIG_SYS_PROMPT "=> " #undef CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE \ diff --git a/include/configs/virtlab2.h b/include/configs/virtlab2.h index cf88d68ea1e2b5cb0f4118faecf141628db82e77..b4eb101b8e2773c05625e8b13f6e24e00e8257be 100644 --- a/include/configs/virtlab2.h +++ b/include/configs/virtlab2.h @@ -120,7 +120,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */ diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index d5666227e391f99a6bb5d382c638ec114ca4c63c..0b0c1e60524fb97717e35897482079a35dd23aa3 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -386,7 +386,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index ba92db3de67d25096b408a7a2f7d8f5bb6d35dbb..e97a6bc4b1729991113a42668483ec81e88ab9c6 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -136,7 +136,6 @@ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " #else -#define CONFIG_SYS_PROMPT "=> " #endif #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE \ diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 442a9841cae96870d16c40482147b8cdafbfccbe..fa27fb6b6b233c65c797d72654eefdafc0e9a093 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -196,7 +196,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 diff --git a/include/configs/xpedite1000.h b/include/configs/xpedite1000.h index a1dea657afab1413cc8bfc7238c9f9ef1c0161d4..af142186fa9f03346d4865cde6cf4da26f0a7c3d 100644 --- a/include/configs/xpedite1000.h +++ b/include/configs/xpedite1000.h @@ -209,7 +209,6 @@ extern void out32(unsigned int, unsigned long); */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index 97ce3eb54276823470a8cd8bb8c18bcb909f495e..14b513f5c2776530cc2042211e932572597639e2 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -556,7 +556,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h index 372135a89f9a65568c1987545189080740c53cdd..150e731e7cd4b8f13c87ec7596d3c36c04951c7b 100644 --- a/include/configs/xpedite520x.h +++ b/include/configs/xpedite520x.h @@ -337,7 +337,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index 31330eaa30c6a2f8236be6505abd981d0c494566..d256a6036d39af86bfed9cdb3a517b6e92a0edf9 100644 --- a/include/configs/xpedite537x.h +++ b/include/configs/xpedite537x.h @@ -411,7 +411,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/xpedite550x.h b/include/configs/xpedite550x.h index 340d4be4c6f197344b75564065a1d3c0aa26a7c2..bf54ef625391c21312597269b0e937f7e6db7490 100644 --- a/include/configs/xpedite550x.h +++ b/include/configs/xpedite550x.h @@ -396,7 +396,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ diff --git a/include/configs/zeus.h b/include/configs/zeus.h index 237fcb15127222b7fa6613fe6daea730d264955a..9cfd9bb14d09cabdaecb43357bd9bb481aed89e3 100644 --- a/include/configs/zeus.h +++ b/include/configs/zeus.h @@ -122,7 +122,6 @@ * Miscellaneous configurable options *----------------------------------------------------------------------*/ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index 69aafa74cd253c5e9d23fd3f115b6f2af16304d3..52a745e6049ef2211e70dc668ba02bd17809c497 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -128,8 +128,6 @@ unsigned char zipitz2_spi_read(void); #define CONFIG_SYS_LONGHELP /* undef to save memory */ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "$ " /* Monitor Command Prompt */ -#else -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #endif #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */