diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2015-08-07 10:24:30 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-09-01 21:38:18 -0500 |
commit | 778145ac687a6bfe8b88ac93d8b6104b518a09b9 (patch) | |
tree | 788c5c23748d2473fed289bff3e7e22724d2bdce /include | |
parent | 56cd0760454a00b59070430592b63d1faba7a034 (diff) | |
download | u-boot-imx-778145ac687a6bfe8b88ac93d8b6104b518a09b9.zip u-boot-imx-778145ac687a6bfe8b88ac93d8b6104b518a09b9.tar.gz u-boot-imx-778145ac687a6bfe8b88ac93d8b6104b518a09b9.tar.bz2 |
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>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls2085a_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |