projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8331273
)
ARM: m53evk: Enable CONFIG_REGEX
author
Marek Vasut
<marex@denx.de>
Tue, 21 Jan 2014 21:00:11 +0000
(22:00 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 26 Jan 2014 14:24:43 +0000
(15:24 +0100)
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
patch
|
blob
|
history
diff --git
a/include/configs/m53evk.h
b/include/configs/m53evk.h
index a5ab3810cbd78346555aaa458c6aa79ddd45fae5..bd67603b50a205dbe614bb7b316c41689b1a175e 100644
(file)
--- 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
*/