diff mbox

[U-Boot,2/2] ARM: m53evk: Enable CONFIG_REGEX

Message ID 1390338011-5041-2-git-send-email-marex@denx.de
State Accepted
Delegated to: Stefano Babic
Headers show

Commit Message

Marek Vasut Jan. 21, 2014, 9 p.m. UTC
Enable CONFIG_REGEX on M53EVK to allow usage of regular expressions
on environment variables.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
 include/configs/m53evk.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic Jan. 26, 2014, 2:28 p.m. UTC | #1
On 21/01/2014 22:00, Marek Vasut wrote:
> Enable CONFIG_REGEX on M53EVK to allow usage of regular expressions
> on environment variables.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h
index db3697d..a623775 100644
--- a/include/configs/m53evk.h
+++ b/include/configs/m53evk.h
@@ -39,6 +39,8 @@ 
 #define CONFIG_CMD_USB
 #define CONFIG_VIDEO
 
+#define CONFIG_REGEX			/* Enable regular expression support */
+
 /*
  * Memory configurations
  */