From 778145ac687a6bfe8b88ac93d8b6104b518a09b9 Mon Sep 17 00:00:00 2001 From: Prabhakar Kushwaha Date: Fri, 7 Aug 2015 10:24:30 +0530 Subject: armv8: ls2085a: Add support of CONFIG_CMD_GREPENV Enable CONFIG_CMD_GREPENV to allow search in env variables Signed-off-by: Prabhakar Kushwaha Reviewed-by: York Sun diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index cd01904..2dbb5f7 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 -- cgit v0.10.2