From patchwork Thu Aug 9 06:46:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 176000 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 B9AA32C00E0 for ; Thu, 9 Aug 2012 16:37:55 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7551F2822F; Thu, 9 Aug 2012 08:37:51 +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 sHj6UewmYdzH; Thu, 9 Aug 2012 08:37:51 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5810C281FE; Thu, 9 Aug 2012 08:37:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ECC2A28205 for ; Thu, 9 Aug 2012 08:37:38 +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 LR6XYjjHf8-c for ; Thu, 9 Aug 2012 08:37:38 +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-gh0-f172.google.com (mail-gh0-f172.google.com [209.85.160.172]) by theia.denx.de (Postfix) with ESMTPS id DE25C2820D for ; Thu, 9 Aug 2012 08:37:30 +0200 (CEST) Received: by ghbg16 with SMTP id g16so101595ghb.3 for ; Wed, 08 Aug 2012 23:37:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=ybCSbqvHrUKzADC7HeRmoGpBz+YXhpWLf5xeDkqyw9M=; b=D4kLAkvwzfwZSBE0CTQYyGacT8Eh3KDLQ1cjmudPk2eiTf5+CgbeKftYxLmr0PvTEq wquM0yt2LMX9CPsvqHswHRjgbHK5sQvAMVmBf3Pb+kgj0sMhgLg/GBZPrs4pZcRTAlYC K2Ha0PvAWII2osyMn4Q9kdI2JcScswh8zz6Ul02T26ifJWtxn37RDGGuogOqU1A4O0VC 3Wizk7UV4bHFyG4Sy4szbJedXw+OHC8TIgxy71BdjBnaOfuDuIKqJBdVQbm5D6608tFb jCpzPF+83twy156VU7Mr5hAc6HXbgjWsOoFWNuLCY9hDK5Tcm5Pn1CNtR27DrVnRp2/p bv3g== Received: by 10.66.88.131 with SMTP id bg3mr5506261pab.16.1344494249260; Wed, 08 Aug 2012 23:37:29 -0700 (PDT) Received: from xps-iwamatsu.renesas.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPS id ru4sm518475pbc.66.2012.08.08.23.37.27 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Aug 2012 23:37:28 -0700 (PDT) From: Nobuhiro Iwamatsu To: u-boot@lists.denx.de Date: Thu, 9 Aug 2012 15:46:16 +0900 Message-Id: <1344494778-15974-2-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1344494778-15974-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> References: <1344494778-15974-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Gm-Message-State: ALoCoQkNS77voyPv4E/fcj9CUX9irupz7/zNxB99Gw2oe9fKLzAV6b8vD4vvuTx8WS2z44yjhuPM Cc: Nobuhiro Iwamatsu Subject: [U-Boot] [PATCH 2/4] rmobile: armadillo-800eva: Add Support CONFIG_OF_LIBFDT 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: Nobuhiro Iwamatsu --- include/configs/armadillo-800eva.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 2f75099..5b634fd 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -43,6 +43,8 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP + +#define CONFIG_OF_LIBFDT #define BOARD_LATE_INIT #define CONFIG_BAUDRATE 115200