mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
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>
This commit is contained in:
parent
8331273ca9
commit
9a12fcd0c9
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
#define CONFIG_CMD_USB
|
||||
#define CONFIG_VIDEO
|
||||
|
||||
#define CONFIG_REGEX /* Enable regular expression support */
|
||||
|
||||
/*
|
||||
* Memory configurations
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue