From patchwork Mon May 16 07:41:00 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: 95678 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 E9603B6EF1 for ; Mon, 16 May 2011 17:41:29 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ED8CC280D4; Mon, 16 May 2011 09:41: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 wVWi42tzPx5p; Mon, 16 May 2011 09:41:26 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5DA45280CE; Mon, 16 May 2011 09:41:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 21368280CE for ; Mon, 16 May 2011 09:41:21 +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 4Ok8UEZFQbqL for ; Mon, 16 May 2011 09:41:20 +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-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 07412280CD for ; Mon, 16 May 2011 09:41:18 +0200 (CEST) Received: by pwi5 with SMTP id 5so2350472pwi.3 for ; Mon, 16 May 2011 00:41:16 -0700 (PDT) Received: by 10.68.22.195 with SMTP id g3mr1973093pbf.367.1305531676459; Mon, 16 May 2011 00:41:16 -0700 (PDT) Received: from localhost.localdomain (114-136-205-212.dynamic.hinet.net [114.136.205.212]) by mx.google.com with ESMTPS id p2sm3134214pbq.6.2011.05.16.00.41.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 May 2011 00:41:15 -0700 (PDT) From: Po-Yu Chuang To: albert.aribaud@free.fr Date: Mon, 16 May 2011 15:41:00 +0800 Message-Id: <1305531660-1595-1-git-send-email-ratbert.chuang@gmail.com> X-Mailer: git-send-email 1.7.1 Cc: u-boot@lists.denx.de, Po-Yu Chuang Subject: [U-Boot] [PATCH] 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 --- 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 0527822..f12977b 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 */