From: Marek Vasut Date: Tue, 21 Jan 2014 21:00:11 +0000 (+0100) Subject: ARM: m53evk: Enable CONFIG_REGEX X-Git-Tag: v2014.04~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a12fcd0c995e8a47971778cf31e19a44a605c0c;p=platform%2Fkernel%2Fu-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 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 */