From patchwork Wed Nov 7 17:39:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ashok X-Patchwork-Id: 197690 X-Patchwork-Delegate: trini@ti.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 D5A5E2C008B for ; Thu, 8 Nov 2012 04:39:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 866C24A358; Wed, 7 Nov 2012 18:39:38 +0100 (CET) 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 0I1r+UcA0dUH; Wed, 7 Nov 2012 18:39:38 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4B6CD4A62C; Wed, 7 Nov 2012 18:39:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2EBD84A62C for ; Wed, 7 Nov 2012 18:39:36 +0100 (CET) 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 iB1tDfmjJrLd for ; Wed, 7 Nov 2012 18:39:35 +0100 (CET) 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-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by theia.denx.de (Postfix) with ESMTPS id 2CAE54A358 for ; Wed, 7 Nov 2012 18:39:33 +0100 (CET) Received: by mail-pa0-f44.google.com with SMTP id fb11so1298910pad.3 for ; Wed, 07 Nov 2012 09:39:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=HsQMdvcCz9S5/rBe+Sg+GmUjBg31K3MxezDIt0rYbT0=; b=lFjkn4I6JT1e+53FJr88p37r3o601wxQ0PssUH8JIiqwkUTCGKGgSdMl+oXBDFN+FV Plp5iYfBlKBqKF+E8et25pF163IkvUykNQYjtqEHDuJDHwU6bBADXP9E2q3AemTR8yhq z+XZKibzS6L+Zt96u1mYxJHgwwxkAsFbgX+eFL6e6QO8+ERK5vmhXotfuPArQxC5JCdg Kiu6F5Sv7OR2UhfCK+G5U2itaMOM/VPaMBtrJpKkStS1Wj8Ok+suHp4LcEZ9GziCNxOS EwTNoqLj/Z2vudCYaJts01Gxhc/wcjfhJWfd8iPLrHYEv93xBTi4rkbUJvb2BemaQ1O9 89UA== Received: by 10.66.76.9 with SMTP id g9mr14479982paw.17.1352309972017; Wed, 07 Nov 2012 09:39:32 -0800 (PST) Received: from [14.96.89.143] ([14.96.89.143]) by mx.google.com with ESMTPS id ay5sm14601480pab.1.2012.11.07.09.39.29 (version=SSLv3 cipher=OTHER); Wed, 07 Nov 2012 09:39:31 -0800 (PST) Message-ID: <509A9CD1.4070400@gmail.com> Date: Wed, 07 Nov 2012 23:09:29 +0530 From: Ashok Kumar Reddy User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: uboot mailing list , Stefano Babic Subject: [U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Remove unused macro CONFIG_DISCOVER_PHY from configs. Signed-off-by: Ashok Kumar Reddy Acked-by: Stefano Babic --- include/configs/apx4devkit.h | 1 - include/configs/sc_sps_1.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h index 6764b47..73c66af 100644 --- a/include/configs/apx4devkit.h +++ b/include/configs/apx4devkit.h @@ -175,7 +175,6 @@ #define CONFIG_FEC_MXC_PHYADDR 0 #define IMX_FEC_BASE MXS_ENET0_BASE #define CONFIG_MII -#define CONFIG_DISCOVER_PHY #define CONFIG_FEC_XCV_TYPE RMII #endif diff --git a/include/configs/sc_sps_1.h b/include/configs/sc_sps_1.h index f5dc393..6140d5b 100644 --- a/include/configs/sc_sps_1.h +++ b/include/configs/sc_sps_1.h @@ -160,7 +160,6 @@ #define CONFIG_FEC_MXC #define CONFIG_FEC_MXC_MULTI #define CONFIG_MII -#define CONFIG_DISCOVER_PHY #define CONFIG_FEC_XCV_TYPE RMII #define CONFIG_PHYLIB #define CONFIG_PHY_SMSC