From patchwork Tue Apr 9 12:20:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 235064 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 292572C00AA for ; Tue, 9 Apr 2013 22:22:07 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4501E4AC61; Tue, 9 Apr 2013 14:21:43 +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 7Xo9Qr5gDIPp; Tue, 9 Apr 2013 14:21:43 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DA87A4AC13; Tue, 9 Apr 2013 14:21:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8EA6B4AC0B for ; Tue, 9 Apr 2013 14:21:22 +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 YXBk0t1dAsrj for ; Tue, 9 Apr 2013 14:21:21 +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-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by theia.denx.de (Postfix) with ESMTPS id E5BED4AC07 for ; Tue, 9 Apr 2013 14:21:17 +0200 (CEST) Received: by mail-bk0-f54.google.com with SMTP id q16so3558122bkw.41 for ; Tue, 09 Apr 2013 05:21:17 -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=VdGGd0GOCqrEqk1RInXyb2nEzWgamiFY0JMt/6BftLA=; b=FFv1n3yhbf4DVmJUhp7RX5x3m+fpDdFyErcd72XMbIHyZPQ1zC1pgPABhsHrEc+VVb tEAgIT7uwzf78wIq8vktVdHQBoPyDDyrrH53co5FL3CiCkw79SMBVi4XNksqMDluf+tG hlX8XLQ3rYuhns1yGc+BLI1nhzcoRurCBuDbNLKF8vZruM4/XpFuXSyWLEdcMM2xWjsk Trv2ohjcgXNg+anLpb/CqTBBlA7WRt3xp5XBQuK3Sn1KrU0bSLh6pJr1rrek56pQdCv3 l47KxEIWvfBIHkyIr/vizsu0d4uVSMkXpAZpeg3qD844bUrga4d5P+Hkv5NGTrEZq4Ys IQjA== X-Received: by 10.204.233.71 with SMTP id jx7mr12616515bkb.87.1365510077054; Tue, 09 Apr 2013 05:21:17 -0700 (PDT) Received: from slackpad.drs.calxeda.com (g224198110.adsl.alicedsl.de. [92.224.198.110]) by mx.google.com with ESMTPS id x18sm13947971bkw.4.2013.04.09.05.21.15 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Apr 2013 05:21:16 -0700 (PDT) From: Andre Przywara To: albert.u.boot@aribaud.net, trini@ti.com Date: Tue, 9 Apr 2013 14:20:33 +0200 Message-Id: <1365510033-14508-5-git-send-email-andre.przywara@linaro.org> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1365510033-14508-1-git-send-email-andre.przywara@linaro.org> References: <1365510033-14508-1-git-send-email-andre.przywara@linaro.org> X-Gm-Message-State: ALoCoQkztTtcplhDSrE4lFKs+94QNiwNdQGh5KGinap/iFiOACy7m6iWqoQ+B+AZwhoBWzxFykHV Cc: u-boot@lists.denx.de, jon.medhurst@linaro.org Subject: [U-Boot] [PATCH v3 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index cd268e3..3c5683a 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,8 @@ #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_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */ #define CONFIG_CMD_SOURCE #define CONFIG_SYS_LONGHELP