]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/lubbock.h
configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards
[karo-tx-uboot.git] / include / configs / lubbock.h
index 08d633ba178f24b197a9a1de51de4862412c02e1..b87df5479d6223360424ff807f2483b56424ea14 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Configuation settings for the LUBBOCK board.
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_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 */
 
 #define CONFIG_SYS_LOAD_ADDR   (CONFIG_SYS_DRAM_BASE + 0x8000) /* default load address */
 
-#define CONFIG_SYS_HZ                  1000
 #define CONFIG_SYS_CPUSPEED            0x161           /* set core clock to 400/200/100 MHz */
 
 #ifdef CONFIG_MMC