From 99baf3f2c03d4098c3c70bb422de3b2a5d8b0d59 Mon Sep 17 00:00:00 2001 From: Balaji Jagadeesan Date: Tue, 6 Feb 2018 11:58:38 +0530 Subject: [PATCH] ipq806x: Add run command support Change-Id: I6c7d338b7a98a8d85eff16d3fd683b5f48397aa3 Signed-off-by: Balaji Jagadeesan --- include/configs/ipq806x.h | 5 +++++ 1 file changed, 5 insertions(+) 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 */