]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
ARM: m53evk: Enable CONFIG_REGEX
authorMarek Vasut <marex@denx.de>
Tue, 21 Jan 2014 21:00:11 +0000 (22:00 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 28 Mar 2014 16:38:33 +0000 (13:38 -0300)
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

index a5ab3810cbd78346555aaa458c6aa79ddd45fae5..bd67603b50a205dbe614bb7b316c41689b1a175e 100644 (file)
@@ -39,6 +39,8 @@
 #define CONFIG_CMD_USB
 #define CONFIG_VIDEO
 
+#define CONFIG_REGEX                   /* Enable regular expression support */
+
 /*
  * Memory configurations
  */