Skip to content
Snippets Groups Projects
Commit ee747a21 authored by Wolfgang Denk's avatar Wolfgang Denk Committed by Tom Rini
Browse files

m28evk: enable "env grep" and regexp support


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>

Conflicts:
	include/configs/m28evk.h
parent 5f71bca7
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
#define CONFIG_CMD_EXT2 #define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT #define CONFIG_CMD_FAT
#define CONFIG_CMD_GPIO #define CONFIG_CMD_GPIO
#define CONFIG_CMD_GREPENV
#define CONFIG_CMD_I2C #define CONFIG_CMD_I2C
#define CONFIG_CMD_MII #define CONFIG_CMD_MII
#define CONFIG_CMD_MMC #define CONFIG_CMD_MMC
...@@ -77,6 +78,8 @@ ...@@ -77,6 +78,8 @@
#define CONFIG_CMD_SPI #define CONFIG_CMD_SPI
#define CONFIG_CMD_USB #define CONFIG_CMD_USB
#define CONFIG_REGEX /* Enable regular expression support */
/* /*
* Memory configurations * Memory configurations
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment