]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/smdk6400.h
ColdFire: Add Freescale MCF54418TWR ColdFire development board support
[karo-tx-uboot.git] / include / configs / smdk6400.h
index a2b9441050f4592771ad747319224590b27e9877..d4dc8ef82de9c982d55252370d234f9371957ee0 100644 (file)
@@ -88,9 +88,6 @@
 #define CONFIG_SERIAL1          1      /* we use SERIAL 1 on SMDK6400  */
 
 #define CONFIG_SYS_HUSH_PARSER                 /* use "hush" command parser    */
-#ifdef CONFIG_SYS_HUSH_PARSER
-#define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
-#endif
 
 #define CONFIG_CMDLINE_EDITING
 
 
 #define CONFIG_SYS_HZ                  1000
 
-/* valid baudrates */
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
-
-/*-----------------------------------------------------------------------
- * Stack sizes
- *
- * The stack sizes are set up in start.S using the settings below
- */
-#define CONFIG_STACKSIZE       0x40000         /* regular stack 256KB */
-
 /**********************************
  Support Clock Settings
  **********************************