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: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a12fcd0c995e8a47971778cf31e19a44a605c0c;p=pandora-u-boot.git 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 a5ab3810cbd..bd67603b50a 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 */