]> git.sur5r.net Git - u-boot/blobdiff - include/configs/h2200.h
ARM64: zynqmp: Move BSS location to the beginning of ram
[u-boot] / include / configs / h2200.h
index 6fbbe6e0b8668a05402329bd6484e6e2e5a9ff51..3e419c644590f71127f7024c52b593facc1f50ed 100644 (file)
 #define CONFIG_BAUDRATE                        115200
 #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 38400, 115200 }
 
-#define CONFIG_FIT
 #define CONFIG_FIT_DISABLE_SHA256
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_CMDLINE_TAG
 #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 ; " \