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

Marek Vasut marex at denx.de
Tue Jan 21 22:00:11 CET 2014


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

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

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
  */
-- 
1.8.5.2



More information about the U-Boot mailing list