]> git.sur5r.net Git - u-boot/blobdiff - include/configs/h2200.h
Merge git://git.denx.de/u-boot-nand-flash
[u-boot] / include / configs / h2200.h
index fe0211a7f7552b81e47edc6086c6deda03ee6568..3e419c644590f71127f7024c52b593facc1f50ed 100644 (file)
 #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
 #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 ; " \