From patchwork Wed Oct 28 10:46:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Eibach X-Patchwork-Id: 537301 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 2D6161402C8 for ; Wed, 28 Oct 2015 21:51:06 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8B4A94B6D5; Wed, 28 Oct 2015 11:50:32 +0100 (CET) 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 Wqk1r7-HlXhl; Wed, 28 Oct 2015 11:50:32 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CAA3E4B6B3; Wed, 28 Oct 2015 11:50:31 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 567194B667 for ; Wed, 28 Oct 2015 11:50:29 +0100 (CET) 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 fntl4mCjMiYK for ; Wed, 28 Oct 2015 11:50:29 +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 smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.31.37]) by theia.denx.de (Postfix) with ESMTPS id 2EDBC4B6B3 for ; Wed, 28 Oct 2015 11:50:29 +0100 (CET) Received: from [217.7.185.210] (helo=bob3.testumgebung.local) by smtprelay03.ispgateway.de with esmtpa (Exim 4.84) (envelope-from ) id 1ZrOG5-0003Fm-0A; Wed, 28 Oct 2015 11:47:09 +0100 From: dirk.eibach@gdsys.cc To: u-boot@lists.denx.de Date: Wed, 28 Oct 2015 11:46:31 +0100 Message-Id: <1446029199-11704-11-git-send-email-dirk.eibach@gdsys.cc> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1446029199-11704-1-git-send-email-dirk.eibach@gdsys.cc> References: <1446029199-11704-1-git-send-email-dirk.eibach@gdsys.cc> X-Df-Sender: ZGlyay5laWJhY2hAZ2RzeXMuY2M= Cc: Dirk Eibach , Stefan Roese , Tom Rini Subject: [U-Boot] [PATCH v1 10/18] hrcon: Remove CH7301 configuration 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: Dirk Eibach hrcon has no CH7301 DVI-transmitter. Probably not removed when copying from iocon. Signed-off-by: Dirk Eibach --- include/configs/hrcon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h index 558edfc..f1a69a3 100644 --- a/include/configs/hrcon.h +++ b/include/configs/hrcon.h @@ -361,7 +361,6 @@ #define CONFIG_SYS_I2C_SOFT_SLAVE_4 0x7F #define CONFIG_SYS_ICS8N3QV01_I2C {5, 6, 7, 8} -#define CONFIG_SYS_CH7301_I2C {5, 6, 7, 8} #define CONFIG_SYS_DP501_I2C {1, 2, 3, 4} #ifndef __ASSEMBLY__