diff options
author | Marek Vasut <marex@denx.de> | 2014-01-21 22:00:11 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-01-26 15:24:43 +0100 |
commit | 9a12fcd0c995e8a47971778cf31e19a44a605c0c (patch) | |
tree | 5b480c122b09db306392f64303d860d76cb99208 /include/configs/m53evk.h | |
parent | 8331273ca95a76cb89bfeaa2729622e91db885ff (diff) | |
download | u-boot-imx-9a12fcd0c995e8a47971778cf31e19a44a605c0c.zip u-boot-imx-9a12fcd0c995e8a47971778cf31e19a44a605c0c.tar.gz u-boot-imx-9a12fcd0c995e8a47971778cf31e19a44a605c0c.tar.bz2 |
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/configs/m53evk.h')
-rw-r--r-- | include/configs/m53evk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index a5ab381..bd67603 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 */ |