From patchwork Wed Sep 9 14:16:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 515903 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 29FD8140281 for ; Thu, 10 Sep 2015 00:17:39 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=unSPldiI; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3BA654B774; Wed, 9 Sep 2015 16:17:37 +0200 (CEST) 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 NdQrDWZ3BdFC; Wed, 9 Sep 2015 16:17:37 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0E5194B7C3; Wed, 9 Sep 2015 16:17:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C9E554B6F9 for ; Wed, 9 Sep 2015 16:17:07 +0200 (CEST) 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 DXAKHsN0N6pb for ; Wed, 9 Sep 2015 16:17:07 +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-yk0-f178.google.com (mail-yk0-f178.google.com [209.85.160.178]) by theia.denx.de (Postfix) with ESMTPS id 584354B6F3 for ; Wed, 9 Sep 2015 16:17:02 +0200 (CEST) Received: by ykdg206 with SMTP id g206so16938988ykd.1 for ; Wed, 09 Sep 2015 07:17:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=AQWgy/Y7dI/zxWSLnnVRspvRAwEM7LphBVlPQ7keG50=; b=unSPldiIlpJca+J47H/c0/HWHurZE99sea3KT/IvJKem8qJ8KMW/D7gmNeCpmNHvz+ 3i5wmG1qIdox1DtXaoVwwZN+m94JsO1OLG6ERRx8PdFRaqChZAtOKmS+hIagWk6hJ/c0 V7U60rwu0wDQO6L916RARI0NCkUVu49iLcVMHACEG+t+dFec40EJ4WTPOyNzjx0FT3YX F66VbaQ5vlm6d4ycZ31pLZXBQJYAlbFL2MyHQyCHHGvEU+Wlw/u4Ilc99oN1qhsRnw/8 +Da4/EFiBB3X0Ynd+e+IO07qwoc8eWdeJqn+HX4jqoxYNj784qyNRZHzJfL3vQkdBMhO NpUQ== X-Received: by 10.170.190.133 with SMTP id h127mr38229616yke.115.1441808220542; Wed, 09 Sep 2015 07:17:00 -0700 (PDT) Received: from localhost.localdomain ([179.159.191.85]) by smtp.gmail.com with ESMTPSA id s66sm6339345ywe.49.2015.09.09.07.16.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 09 Sep 2015 07:17:00 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Wed, 9 Sep 2015 11:16:39 -0300 Message-Id: <1441808204-14923-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441808204-14923-1-git-send-email-festevam@gmail.com> References: <1441808204-14923-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam , u-boot@lists.denx.de, otavio@ossystems.com.br Subject: [U-Boot] [PATCH 2/7] cgtqmx6eval: Remove CONFIG_CMD_FUSE option X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Fabio Estevam CONFIG_CMD_FUSE and CONFIG_MXC_OCOTP are selected by mx6_common.h, so there is no need to define them locally. Signed-off-by: Fabio Estevam --- include/configs/cgtqmx6eval.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index 92930c8..0979728 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -35,11 +35,6 @@ /* Thermal support */ #define CONFIG_IMX6_THERMAL -#define CONFIG_CMD_FUSE -#if defined(CONFIG_CMD_FUSE) || defined(CONFIG_IMX6_THERMAL) -#define CONFIG_MXC_OCOTP -#endif - /* I2C Configs */ #define CONFIG_CMD_I2C #define CONFIG_SYS_I2C