From patchwork Mon Mar 26 22:23:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 148838 X-Patchwork-Delegate: agust@denx.de 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 54AC4B6EEF for ; Tue, 27 Mar 2012 09:23:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 88192281A1; Tue, 27 Mar 2012 00:23:51 +0200 (CEST) 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 DHbZPiCPG8Cb; Tue, 27 Mar 2012 00:23:51 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3E76A281A5; Tue, 27 Mar 2012 00:23:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6C9EA281A5 for ; Tue, 27 Mar 2012 00:23:46 +0200 (CEST) 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 hNCXxI4yaMca for ; Tue, 27 Mar 2012 00:23:45 +0200 (CEST) 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-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.213.172]) by theia.denx.de (Postfix) with ESMTPS id 81152281A1 for ; Tue, 27 Mar 2012 00:23:44 +0200 (CEST) Received: by yenm5 with SMTP id m5so4151010yen.3 for ; Mon, 26 Mar 2012 15:23:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=VjuQ6KRiTjMK047b7nva1zf23vh06PRmKzo4YUD9uqg=; b=xjnsvm/TYh0aj1isgj1jkoqfyJEl17Qaw73DsNfmFvBbQ1Q49TZERR1El1qesRyY1L TNzXXPynRQtKOQ8MfBP1WcZvROJ15AQShI6BgGQ+XqL8/v+E45TmbKBSVIJNL46TUncG TMdPHoWmMl6s80MqCWTODxu2qdLac+qvOtki6LTqeWoSYq390lyO1bf2t/I7aJ16jOIv y1dnfOUDAlYOv7wVkR1mRTC5JUegOKqL2SjpqBKZVJc1a6H7K5OQtN1D7l197wQ/376n IckKtRBt1y/2c1D8ECrhyjehKkasssDnsemvZWRtcPcryNIgpiOjOTyId6ydfJlFvy3w MwWw== Received: by 10.101.129.3 with SMTP id g3mr7420278ann.9.1332800622221; Mon, 26 Mar 2012 15:23:42 -0700 (PDT) Received: from localhost.localdomain ([201.82.161.72]) by mx.google.com with ESMTPS id 32sm23609622anu.14.2012.03.26.15.23.39 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Mar 2012 15:23:41 -0700 (PDT) From: Fabio Estevam To: u-boot@lists.denx.de Date: Mon, 26 Mar 2012 19:23:32 -0300 Message-Id: <1332800612-2304-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 Cc: Fabio Estevam , Jason.jin@freescale.com, tsicliew@gmail.com Subject: [U-Boot] [PATCH] configs: EB+MCF-EV123.h: Fix typo on CONFIG_SYS_HUSH_PARSER 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 Fix typo on CONFIG_SYS_HUSH_PARSER. Signed-off-by: Fabio Estevam --- include/configs/EB+MCF-EV123.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/EB+MCF-EV123.h b/include/configs/EB+MCF-EV123.h index 1f774a9..7f2bd01 100644 --- a/include/configs/EB+MCF-EV123.h +++ b/include/configs/EB+MCF-EV123.h @@ -90,7 +90,7 @@ #define CONFIG_BOOTDELAY 5 -#define CONFIG_HUSH_PARSER +#define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT "\nEV123 U-Boot> " #define CONFIG_SYS_LONGHELP 1