From patchwork Wed Sep 25 10:42:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 277790 X-Patchwork-Delegate: promsoft@gmail.com 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 0FE9D2C00A4 for ; Wed, 25 Sep 2013 20:45:38 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AE2C84A09B; Wed, 25 Sep 2013 12:45: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 IoUcorsqO4p3; Wed, 25 Sep 2013 12:45:21 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 477C94A0BE; Wed, 25 Sep 2013 12:44:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9A9FF4A06E for ; Wed, 25 Sep 2013 12:44: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 ZCCxqasdnzm5 for ; Wed, 25 Sep 2013 12:44:20 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=ERR(-1.5) (only DNSBL check requested) Received: from mail-bk0-f45.google.com (mail-bk0-f45.google.com [209.85.214.45]) by theia.denx.de (Postfix) with ESMTPS id 2CEEB4A080 for ; Wed, 25 Sep 2013 12:44:10 +0200 (CEST) Received: by mail-bk0-f45.google.com with SMTP id mx11so2135522bkb.4 for ; Wed, 25 Sep 2013 03:44:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=TlEHLddlzMqdEBVxxJ9lAZUdY9h8gQHbqtSWF9GsVxI=; b=BxNBBO2n0FHZVDuw1MZZ5YzxezvsrldzA5fkYIqZDZgVFDpz1ahePj3u4iCAvs0f12 +giSAeuG2xDObdde1qnwIe3HhQKanFIajYQq+u5Xr1UG2uRazNoDIS6oWXmCqWbqjlxn Fxb4SDrZ+8UmrpL7nxyOLaw6z9+FmsIiY+lGKMs6HZfk6AHf06/coDi6LxsgJ8stskK2 01nx6qVkrIE3zj3awcNlHtXDAAM0p5TN/lqPkxpheNPsGJ44wSinJmgjzeSlX2YDmyyt JzlyB+PzBmQMer732MCR4SNVT3+wqQJ79c5SZpeZT71gzlgdp7sERhyGeN7+1bW2IPnz EZbw== X-Gm-Message-State: ALoCoQlI51EO6P2vMvpiv19qEeUMctdNYlACtyad9FiedKESxlYatEAbZMF6uq2HAl3vW2qBFNLi X-Received: by 10.204.227.70 with SMTP id iz6mr40830bkb.49.1380105845137; Wed, 25 Sep 2013 03:44:05 -0700 (PDT) Received: from slackpad.drs.calxeda.com (g224194040.adsl.alicedsl.de. [92.224.194.40]) by mx.google.com with ESMTPSA id pk7sm13866293bkb.2.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Sep 2013 03:44:04 -0700 (PDT) From: Andre Przywara To: Rajeshwari Shinde , Simon Glass , Hatim RV , Chander Kashyap Date: Wed, 25 Sep 2013 12:42:36 +0200 Message-Id: <1380105759-9687-3-git-send-email-andre.przywara@linaro.org> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1380105759-9687-1-git-send-email-andre.przywara@linaro.org> References: <1380105759-9687-1-git-send-email-andre.przywara@linaro.org> Cc: trini@ti.com, patches@linaro.org, u-boot@lists.denx.de Subject: [U-Boot] [PATCH 2/5] ARM: Exynos5250: remove redundant defines in exynos5250-dt.h 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 For some reasons the very same defines appear twice in exynos5250-dt.h. Remove the second version. Signed-off-by: Andre Przywara --- include/configs/exynos5250-dt.h | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 14d62e4..c8c4b35 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -284,27 +284,6 @@ #define CONFIG_POWER_I2C #define CONFIG_POWER_MAX77686 -/* SPI */ -#define CONFIG_ENV_IS_IN_SPI_FLASH -#define CONFIG_SPI_FLASH - -#ifdef CONFIG_SPI_FLASH -#define CONFIG_EXYNOS_SPI -#define CONFIG_CMD_SF -#define CONFIG_CMD_SPI -#define CONFIG_SPI_FLASH_WINBOND -#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 -#define CONFIG_SF_DEFAULT_SPEED 50000000 -#define EXYNOS5_SPI_NUM_CONTROLLERS 5 -#endif - -#ifdef CONFIG_ENV_IS_IN_SPI_FLASH -#define CONFIG_ENV_SPI_MODE SPI_MODE_0 -#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE -#define CONFIG_ENV_SPI_BUS 1 -#define CONFIG_ENV_SPI_MAX_HZ 50000000 -#endif - /* Ethernet Controllor Driver */ #ifdef CONFIG_CMD_NET #define CONFIG_SMC911X