diff --git a/include/configs/ipq806x.h b/include/configs/ipq806x.h index 0d68e9f235..d9eddf8d3d 100644 --- a/include/configs/ipq806x.h +++ b/include/configs/ipq806x.h @@ -96,6 +96,11 @@ #define CONFIG_ENV_SIZE_MAX (256 << 10) /* 256 KB */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE_MAX + (512 << 10)) +/* +*Run command support +*/ +#define CONFIG_CMD_RUN + /* * select serial console configuration */