From patchwork Sun Sep 30 15:07:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 188168 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 E77C42C00C8 for ; Mon, 1 Oct 2012 01:07:28 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 26F782808D; Sun, 30 Sep 2012 17:07:27 +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 1h4R7ZH7XTWk; Sun, 30 Sep 2012 17:07:26 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 554E428091; Sun, 30 Sep 2012 17:07:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3DDFF28091 for ; Sun, 30 Sep 2012 17:07:22 +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 3fuoks1UgPhS for ; Sun, 30 Sep 2012 17:07:21 +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-gh0-f172.google.com (mail-gh0-f172.google.com [209.85.160.172]) by theia.denx.de (Postfix) with ESMTPS id 3C4332808D for ; Sun, 30 Sep 2012 17:07:18 +0200 (CEST) Received: by ghbg10 with SMTP id g10so1309831ghb.3 for ; Sun, 30 Sep 2012 08:07:16 -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:x-mailer; bh=O1Vn1D2Oa/M2+3gP3rdOs0CtCYO4l5TFZbBX1BJjn3k=; b=Jd3apOdTUoWhT4XZQwuVVR+m5g42GvfRtFqJuIZu1Mm4BZrocTHfOK+yhg4gbxuC4H vT0AhWlLyPczcBEc9/HKektot0q5xXRbvL2r49BApdWpaP5FyGUNMOebUZjMNb20i91r Riy4LaEa3o1TPWydWFCMJJC1piyXCc2aQu8kLalIozt7LOam9XXD48LVgPvG3ESc/PQD wmUWngj1m+k9PjKVyIgQKgtGe/3E1eNrv9j+5JctiGiImbFA7vSYC6FvHafye3xYIAeK kdr0GxFNf5+tCFkhk0LZFjYZJSmeO89/poCa4MITTk8erC4Oij0ls+FXcogcfVmMR49V m3aA== Received: by 10.236.154.165 with SMTP id h25mr9895852yhk.38.1349017636926; Sun, 30 Sep 2012 08:07:16 -0700 (PDT) Received: from localhost.localdomain ([189.101.140.114]) by mx.google.com with ESMTPS id e5sm21919990yhk.21.2012.09.30.08.07.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Sep 2012 08:07:16 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Sun, 30 Sep 2012 12:07:10 -0300 Message-Id: <1349017630-31636-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 Cc: Fabio Estevam , u-boot@lists.denx.de Subject: [U-Boot] [PATCH v2] configs: mx6qsabre_common.h: Use default clock definitions 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 From: Fabio Estevam Since commit 50d4a707f0 (mx5/6: Define default SoC input clock frequencies) we can use the default clock values. Signed-off-by: Fabio Estevam --- Changes since v1: - Fix commit id include/configs/mx6qsabre_common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 1d52b52..247e8d6 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -18,8 +18,6 @@ #define __MX6QSABRE_COMMON_CONFIG_H #define CONFIG_MX6Q -#define CONFIG_SYS_MX6_HCLK 24000000 -#define CONFIG_SYS_MX6_CLK32 32768 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO