From patchwork Sun Mar 24 09:50:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Denk X-Patchwork-Id: 230413 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 8D9C62C008C for ; Sun, 24 Mar 2013 20:57:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D6E6D4A08E; Sun, 24 Mar 2013 10:57:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yg-sPhVgD8OR; Sun, 24 Mar 2013 10:57:33 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BAC664A09C; Sun, 24 Mar 2013 10:57:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D4B684A048 for ; Sun, 24 Mar 2013 10:57:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4rvjSIuE5AKI for ; Sun, 24 Mar 2013 10:57:12 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTPS id E39544A056 for ; Sun, 24 Mar 2013 10:57:09 +0100 (CET) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3ZYYtC6j0jz3hhqG for ; Sun, 24 Mar 2013 10:57:07 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3ZYYtC6Z3xzbgs3 for ; Sun, 24 Mar 2013 10:57:07 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from smtp-auth.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id STGy4qCDs5Q1 for ; Sun, 24 Mar 2013 10:57:05 +0100 (CET) X-Auth-Info: nyyNu36TZtVaS4cJxdhYlXoJAWIHJo3BYX6S/TJ61bc= Received: from diddl.denx.de (host-80-81-18-216.customer.m-online.net [80.81.18.216]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA for ; Sun, 24 Mar 2013 10:57:05 +0100 (CET) Received: from xpert.denx.de (xpert [192.168.1.1]) by diddl.denx.de (Postfix) with ESMTP id AABD51A7622 for ; Sun, 24 Mar 2013 10:57:03 +0100 (CET) Received: by xpert.denx.de (Postfix, from userid 500) id 2050FC07DD; Sun, 24 Mar 2013 10:51:04 +0100 (CET) From: Wolfgang Denk To: u-boot@lists.denx.de Date: Sun, 24 Mar 2013 10:50:36 +0100 Message-Id: <1364118638-17088-10-git-send-email-wd@denx.de> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1364118638-17088-1-git-send-email-wd@denx.de> References: <1364118638-17088-1-git-send-email-wd@denx.de> Cc: Marek Vasut , Otavio Salvador Subject: [U-Boot] [PATCH v2 09/11] m28evk: enable "env grep" and regexp support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Wolfgang Denk Conflicts: include/configs/m28evk.h --- Changes in v2: None include/configs/m28evk.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 95eb735..4ce4058 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -65,6 +65,7 @@ #define CONFIG_CMD_EXT2 #define CONFIG_CMD_FAT #define CONFIG_CMD_GPIO +#define CONFIG_CMD_GREPENV #define CONFIG_CMD_I2C #define CONFIG_CMD_MII #define CONFIG_CMD_MMC @@ -77,6 +78,8 @@ #define CONFIG_CMD_SPI #define CONFIG_CMD_USB +#define CONFIG_REGEX /* Enable regular expression support */ + /* * Memory configurations */