Skip to content
Snippets Groups Projects
Commit 9a12fcd0 authored by Marek Vasut's avatar Marek Vasut Committed by Stefano Babic
Browse files

ARM: m53evk: Enable CONFIG_REGEX


Enable CONFIG_REGEX on M53EVK to allow usage of regular expressions
on environment variables.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
parent 8331273c
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
#define CONFIG_CMD_USB #define CONFIG_CMD_USB
#define CONFIG_VIDEO #define CONFIG_VIDEO
#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