summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-01-21 22:00:11 +0100
committerStefano Babic <sbabic@denx.de>2014-01-26 15:24:43 +0100
commit9a12fcd0c995e8a47971778cf31e19a44a605c0c (patch)
tree5b480c122b09db306392f64303d860d76cb99208 /include
parent8331273ca95a76cb89bfeaa2729622e91db885ff (diff)
downloadblackbird-obmc-uboot-9a12fcd0c995e8a47971778cf31e19a44a605c0c.tar.gz
blackbird-obmc-uboot-9a12fcd0c995e8a47971778cf31e19a44a605c0c.zip
ARM: m53evk: Enable CONFIG_REGEX
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/m53evk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h
index a5ab3810cb..bd67603b50 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
*/
OpenPOWER on IntegriCloud