X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fh2200.h;h=3e419c644590f71127f7024c52b593facc1f50ed;hb=fd42e1b589b5ae7e89dc327a70e5852999a23aeb;hp=fe0211a7f7552b81e47edc6086c6deda03ee6568;hpb=73223f0e1bd0e37925ae1b7f21b51733145571dc;p=u-boot diff --git a/include/configs/h2200.h b/include/configs/h2200.h index fe0211a7f7..3e419c6445 100644 --- a/include/configs/h2200.h +++ b/include/configs/h2200.h @@ -121,8 +121,6 @@ #define CONFIG_INITRD_TAG /* Monitor Command Prompt */ -#define CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT_HUSH_PS2 "$ " /* Console I/O Buffer Size */ #define CONFIG_SYS_CBSIZE 256 @@ -137,9 +135,6 @@ #define CONFIG_USB_DEV_PULLUP_GPIO 33 /* USB VBUS GPIO 3 */ -#define CONFIG_CMD_PING - -#define CONFIG_BOOTDELAY 2 #define CONFIG_BOOTCOMMAND \ "setenv downloaded 0 ; while test $downloaded -eq 0 ; do " \ "if bootp ; then setenv downloaded 1 ; fi ; done ; " \