From: Marek Vasut Date: Tue, 21 Jan 2014 21:00:11 +0000 (+0100) Subject: ARM: m53evk: Enable CONFIG_REGEX X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=094a7918afb48704a465fc998b579e225fedabc4;p=bsp%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 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 */