From patchwork Mon Apr 8 13:59:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 234787 X-Patchwork-Delegate: albert.aribaud@free.fr 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 55C052C00F8 for ; Tue, 9 Apr 2013 00:01:10 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7EE7E4A21D; Mon, 8 Apr 2013 16:00:53 +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 QhBQ153ezO6H; Mon, 8 Apr 2013 16:00:53 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1F21E4A223; Mon, 8 Apr 2013 16:00:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5AED54A19D for ; Mon, 8 Apr 2013 16:00:34 +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 b-0aKWxisgXY for ; Mon, 8 Apr 2013 16:00:32 +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-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174]) by theia.denx.de (Postfix) with ESMTPS id 1D26C4A1AF for ; Mon, 8 Apr 2013 16:00:29 +0200 (CEST) Received: by mail-ob0-f174.google.com with SMTP id wm15so3163792obc.5 for ; Mon, 08 Apr 2013 07:00:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=qL+2PPD8bqyOUB8MW7GznyXxEfRNr3qnuEKA1xCOUEs=; b=Y2OEJeK3vHQsdyGh3Q+LYsqnaTO4bRPCayLuK4BeBfW0seQrTn7kbypQoQ0imG1eIG D2DRnmXmvCibO0LVvyw9v1w5bNmQSb1PilmNx9SHABmDOW5qteCs02mHFE+TuAHLc0Ox /+jupYjux/53LHzmBYHlsyjO3AWm+LOHcvT/7wbQ2uGp42PBIqZYPyS9ncLwTmbJm8kY 03x2tcdETpqE3jkOkW///MV7llsYmbmrB0NsuVlay1qJOubkn+JR0q0KAoQDdDBWgFg5 2Vokpb0J2bV9xHIVgSDcmdea1g7zodmhF62OxoXmcFq9g1WdsCjFFuYHL56NP6kX6Ot2 jyww== X-Received: by 10.60.18.233 with SMTP id z9mr14998013oed.19.1365429627860; Mon, 08 Apr 2013 07:00:27 -0700 (PDT) Received: from slackpad.drs.calxeda.com (g224199201.adsl.alicedsl.de. [92.224.199.201]) by mx.google.com with ESMTPS id a3sm25280995oee.8.2013.04.08.07.00.26 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 08 Apr 2013 07:00:27 -0700 (PDT) From: Andre Przywara To: albert.u.boot@aribaud.net Date: Mon, 8 Apr 2013 15:59:51 +0200 Message-Id: <1365429591-23059-5-git-send-email-andre.przywara@linaro.org> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1365429591-23059-1-git-send-email-andre.przywara@linaro.org> References: <1365429591-23059-1-git-send-email-andre.przywara@linaro.org> X-Gm-Message-State: ALoCoQntVPRD2J9StEkKei7/OZQ3rTWMfkEw+jnIkgxciind187IjvEtkqpbz1UExh2K1KKx4eHh Cc: u-boot@lists.denx.de, jon.medhurst@linaro.org Subject: [U-Boot] [PATCH 4/4] ARM: vexpress: enable bootz and hush parser for all VExpress boards 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: Andre Przywara --- include/configs/vexpress_common.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index cd268e3..f5125c0 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -179,6 +179,8 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_SAVEENV #define CONFIG_CMD_RUN +#define CONFIG_CMD_BOOTZ +#define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION 1 @@ -302,6 +304,9 @@ #define CONFIG_SYS_PROMPT "VExpress# " #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) +#define CONFIG_SYS_HUSH_PARSER +#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " + #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */ #define CONFIG_CMD_SOURCE #define CONFIG_SYS_LONGHELP