From: Prabhakar Kushwaha Date: Fri, 7 Aug 2015 04:54:30 +0000 (+0530) Subject: armv8: ls2085a: Add support of CONFIG_CMD_GREPENV X-Git-Tag: v2015.10-rc3~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=778145ac687a6bfe8b88ac93d8b6104b518a09b9;p=u-boot 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 cd0190496e..2dbb5f70a9 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