X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2FISPAN.h;h=43734d3d6c288c2c626fecb21745b7a8f4781227;hb=d9354530fe3a891718e3a9b88a756545c3891475;hp=922b0798cfc730d503dc3d3884def948cfeadaee;hpb=1b81f017b04b5a176f5f9230ec979f0f3c55ba5b;p=u-boot diff --git a/include/configs/ISPAN.h b/include/configs/ISPAN.h index 922b0798cf..43734d3d6c 100644 --- a/include/configs/ISPAN.h +++ b/include/configs/ISPAN.h @@ -146,7 +146,6 @@ */ #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 */ @@ -160,8 +159,6 @@ #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() */