From patchwork Wed Apr 3 13:44:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 233474 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 1D70F2C00A7 for ; Thu, 4 Apr 2013 00:52:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 818594A1DF; Wed, 3 Apr 2013 15:52:37 +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 busu+LgjxBBW; Wed, 3 Apr 2013 15:52:37 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7ED4C4A227; Wed, 3 Apr 2013 15:52:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 38EA84A228 for ; Wed, 3 Apr 2013 15:52:33 +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 P3V+yPKbUIBy for ; Wed, 3 Apr 2013 15:52: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-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) by theia.denx.de (Postfix) with ESMTPS id 2C94F4A227 for ; Wed, 3 Apr 2013 15:52:31 +0200 (CEST) Received: by mail-ie0-f175.google.com with SMTP id c12so1652515ieb.20 for ; Wed, 03 Apr 2013 06:52:30 -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=hGekdCXKZrnTmfcVhW7fvP5Bl6Ph4I6ejDHloSwEMYs=; b=Ts/BcZrB7ZwycOjTm1JIPpx7Cd/Zf3Eu79YQv+BIJt+bCrNAgI8joDoOaXjhtZrMsI MI1feujL22jeNlITABYjkhnGcjCKeQ1WtQ2KDc1n58Kwq0vmoJL7dkWHHkqOj5IH57Xb rHuQeNLMJlh6h0NBTTeeu12cSEj4S4JBlLACgsaDsW5XcLlD/AqkFvEfvA/evYHcmOWV sa0zYSFMAozcd3aF7fase5o8tvPvk/0YeMkNkNnrNzZca99E/uBxEJGxSpejm01wxZn6 bMv/YFDjIDNDhJnKwOJbUsrj/b69CrXKrmw/P9S8h4X9XZvyRvKYfemkxA3C1L7vRd7c ZaMw== X-Received: by 10.50.219.168 with SMTP id pp8mr7220413igc.57.1364996727326; Wed, 03 Apr 2013 06:45:27 -0700 (PDT) Received: from slackpad.calxeda.com (f053083090.adsl.alicedsl.de. [78.53.83.90]) by mx.google.com with ESMTPS id dy5sm4402417igc.1.2013.04.03.06.45.25 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Apr 2013 06:45:26 -0700 (PDT) From: Andre Przywara To: u-boot@lists.denx.de Date: Wed, 3 Apr 2013 15:44:36 +0200 Message-Id: <1364996676-25361-6-git-send-email-andre.przywara@linaro.org> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1364996676-25361-1-git-send-email-andre.przywara@linaro.org> References: <1364996676-25361-1-git-send-email-andre.przywara@linaro.org> X-Gm-Message-State: ALoCoQlTotWR6OaYR3mKL+1vTNpP2nBFB9gQun51ZmkQaEdJCCobDp2Pb1O/wREVOKqbuPXd7bOV Cc: jon.medhurst@linaro.org Subject: [U-Boot] [PATCH 5/5] 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index cd268e3..65d0ce4 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -179,6 +179,7 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_SAVEENV #define CONFIG_CMD_RUN +#define CONFIG_CMD_BOOTZ #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION 1 @@ -302,6 +303,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