From patchwork Tue Jul 19 02:56:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Yu Chuang X-Patchwork-Id: 105375 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 A5C54B6F6B for ; Tue, 19 Jul 2011 12:57:31 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 323B62811F; Tue, 19 Jul 2011 04:57:30 +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 emwvorOqVlm7; Tue, 19 Jul 2011 04:57:29 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0BD1928120; Tue, 19 Jul 2011 04:57:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9AC232811F for ; Tue, 19 Jul 2011 04:57:26 +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 L0zhLS6uqaF1 for ; Tue, 19 Jul 2011 04:57:25 +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 AF2B728120 for ; Tue, 19 Jul 2011 04:57:23 +0200 (CEST) Received: by yxp4 with SMTP id 4so1763357yxp.3 for ; Mon, 18 Jul 2011 19:57:22 -0700 (PDT) Received: by 10.100.146.11 with SMTP id t11mr6030395and.74.1311044242773; Mon, 18 Jul 2011 19:57:22 -0700 (PDT) Received: from localhost.localdomain (114-137-57-248.dynamic.hinet.net [114.137.57.248]) by mx.google.com with ESMTPS id z5sm5062760anb.46.2011.07.18.19.57.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jul 2011 19:57:21 -0700 (PDT) From: Po-Yu Chuang To: albert.u.boot@aribaud.net Date: Tue, 19 Jul 2011 10:56:53 +0800 Message-Id: <1311044214-1652-1-git-send-email-ratbert.chuang@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1305601867-1620-2-git-send-email-ratbert.chuang@gmail.com> References: <1305601867-1620-2-git-send-email-ratbert.chuang@gmail.com> Cc: u-boot@lists.denx.de, Po-Yu Chuang Subject: [U-Boot] [PATCH v3 2/2] arm: a320: enable tagged list support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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 From: Po-Yu Chuang Signed-off-by: Po-Yu Chuang --- v2: add a preceding patch to fix multiline comment style v3: rebase include/configs/a320evb.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index f832d52..62913b5 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a320evb.h @@ -25,6 +25,12 @@ #include /* + * Linux kernel tagged list + */ +#define CONFIG_CMDLINE_TAG +#define CONFIG_SETUP_MEMORY_TAGS + +/* * CPU and Board Configuration Options */ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */