]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ISPAN.h
arm/km: add kmcoge5un board support
[u-boot] / include / configs / ISPAN.h
index 922b0798cfc730d503dc3d3884def948cfeadaee..43734d3d6c288c2c626fecb21745b7a8f4781227 100644 (file)
  */
 #define CONFIG_SYS_PROMPT              "=> "           /* Monitor Command Prompt       */
 #define CONFIG_SYS_HUSH_PARSER
-#define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 #define CONFIG_SYS_LONGHELP                            /* #undef to save memory        */
 #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_HZ                  1000            /* Decrementer freq: 1 ms ticks */
 
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
-
 #define CONFIG_SYS_RESET_ADDRESS       0x09900000
 
 #define CONFIG_MISC_INIT_R                     /* We need misc_init_r()        */