From: Marek Vasut Date: Tue, 21 Jan 2014 21:00:11 +0000 (+0100) Subject: ARM: m53evk: Enable CONFIG_REGEX X-Git-Tag: v2014.04-rc2~127^2~1^2~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9a12fcd0c995e8a47971778cf31e19a44a605c0c;p=u-boot ARM: m53evk: Enable CONFIG_REGEX Enable CONFIG_REGEX on M53EVK to allow usage of regular expressions on environment variables. Signed-off-by: Marek Vasut Cc: Stefano Babic --- 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 */