diff --git a/include/configs/mx6sll_arm2.h b/include/configs/mx6sll_arm2.h index 526c992f143cbfe65e9c530730210a01336b4c2f..ca769726c6b56cab4e2d917c9337ff3db0dfb3c2 100644 --- a/include/configs/mx6sll_arm2.h +++ b/include/configs/mx6sll_arm2.h @@ -109,6 +109,7 @@ "root=/dev/nfs " \ "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \ "netboot=echo Booting from net ...; " \ + "usb start; " \ "run netargs; " \ "if test ${ip_dyn} = yes; then " \ "setenv get_cmd dhcp; " \ @@ -192,6 +193,10 @@ #define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED #endif +/* Network */ +#define CONFIG_CMD_PING +#define CONFIG_CMD_DHCP + /* USB Configs */ #define CONFIG_CMD_USB #ifdef CONFIG_CMD_USB