[U-Boot] [PATCH] armv8: ls2085a: Add support of CONFIG_CMD_GREPENV
Prabhakar Kushwaha
prabhakar at freescale.com
Fri Aug 7 06:54:30 CEST 2015
Enable CONFIG_CMD_GREPENV to allow search in env variables
Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
---
include/configs/ls2085a_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 5afee55..b75395a 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -218,6 +218,7 @@ unsigned long long get_qixis_addr(void);
#define CONFIG_CMD_CACHE
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
+#define CONFIG_CMD_GREPENV
#define CONFIG_CMD_MII
#define CONFIG_CMD_PING
--
1.9.1
More information about the U-Boot
mailing list