mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 23:44:15 +01:00
Merge "ipq806x: Add run command support"
This commit is contained in:
commit
164f621923
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue