Merge "ipq806x: Add run command support"

This commit is contained in:
Linux Build Service Account 2018-02-12 10:12:12 -08:00 committed by Gerrit - the friendly Code Review server
commit 164f621923

View file

@ -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
*/