From patchwork Tue May 15 20:59:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 159449 X-Patchwork-Delegate: sbabic@denx.de 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 9A09DB6FB9 for ; Wed, 16 May 2012 06:58:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 255D428093; Tue, 15 May 2012 22:57:57 +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 fTO1pZYfi90r; Tue, 15 May 2012 22:57:56 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F1E3B28094; Tue, 15 May 2012 22:57:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6E71E2805F for ; Tue, 15 May 2012 22:57:42 +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 HsqTIlhpbtwF for ; Tue, 15 May 2012 22:57:42 +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 9747628085 for ; Tue, 15 May 2012 22:57:39 +0200 (CEST) Received: by yenq13 with SMTP id q13so26108yen.3 for ; Tue, 15 May 2012 13:57:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=w3g9JdUwqrkFRzYBR9S1YideNRvQqnGlMVnPOopitIo=; b=Cu0mmsP1bl2zTD5ZxgSirckAWGb+jFyplBSDOLBqwZkBG7oFzgU8XcCncow1VikxA3 aNjvfKPa3PWQKajX8ldS2gwsiTciYmeim4atgbe1/4hiQYqHGaSiWzdh6041Xjvcwfv1 CMeKGUr35FGrt4kiAeNYuSroagPXXuxN89E17gLv2K/SVeG0yUAyfboBGRW+i0VR7+KP ZTi28g00c23nDpwjkczB7rsfsO8ewdhssDnX4DFosew9DM4HNsVt2jHyuYvuZg85OBUK mHxQP3fI/vYV0Yp+v4kuPGl/XdT/H5rHoSaciS03sKb5yhs9zYVbZir8DQcdiOEqoDyG rnLQ== Received: by 10.100.246.4 with SMTP id t4mr160717anh.43.1337115458844; Tue, 15 May 2012 13:57:38 -0700 (PDT) Received: from micro.lab.ossystems.com.br.lab.ossystems.com.br ([186.218.100.214]) by mx.google.com with ESMTPS id t36sm646015anh.1.2012.05.15.13.57.36 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 May 2012 13:57:38 -0700 (PDT) From: Otavio Salvador To: u-boot@lists.denx.de Date: Tue, 15 May 2012 17:59:30 -0300 Message-Id: <1337115571-14115-2-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1337115571-14115-1-git-send-email-otavio@ossystems.com.br> References: <1337115571-14115-1-git-send-email-otavio@ossystems.com.br> Cc: Marek Vasut Subject: [U-Boot] [PATCH 2/3] m28evk: drop duplicated definition of 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: Otavio Salvador Cc: Marek Vasut Cc: Stefano Babic Cc: Wolfgang Denk Acked-by: Marek Vasut --- include/configs/m28evk.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index a076aa5..29ea8eb 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -43,8 +43,6 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_ARCH_MISC_INIT -#define CONFIG_OF_LIBFDT - /* * SPL */