[U-Boot] [PATCH] armv8: ls2085a: Add support of CONFIG_CMD_GREPENV

Enable CONFIG_CMD_GREPENV to allow search in env variables
Signed-off-by: Prabhakar Kushwaha prabhakar@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

On 08/06/2015 11:54 PM, Prabhakar Kushwaha wrote:
Enable CONFIG_CMD_GREPENV to allow search in env variables
Signed-off-by: Prabhakar Kushwaha prabhakar@freescale.com
Applied to fsl-qoriq master branch. Awaiting upstream.
York
participants (2)
-
Prabhakar Kushwaha
-
York Sun