From patchwork Mon Jul 28 06:10:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 374095 X-Patchwork-Delegate: iwamatsu@nigauri.org 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 80E6E140108 for ; Mon, 28 Jul 2014 16:10:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B4C954B61A; Mon, 28 Jul 2014 08:10:47 +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 lLZpKL-ZvVBy; Mon, 28 Jul 2014 08:10:47 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D31B44B632; Mon, 28 Jul 2014 08:10:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C10574B5F5 for ; Mon, 28 Jul 2014 08:10:36 +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 olVRNtY-DK9u for ; Mon, 28 Jul 2014 08:10:33 +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-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by theia.denx.de (Postfix) with ESMTPS id 708AF4B5FA for ; Mon, 28 Jul 2014 08:10:29 +0200 (CEST) Received: by mail-pd0-f175.google.com with SMTP id r10so9284137pdi.20 for ; Sun, 27 Jul 2014 23:10:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=BgRqitLQ55V+3WcSmlCA2ec5XCjsI7GT3yevo7Gjqz4=; b=VrxxyomfVDaBok66OpBTfoiwepgJTUE8MIpHs17R/0n8HCHn47vT4hrbHhebVsj4Ru 2xT0/ZUSxoj+KsFX/pyOpRopVz8erYrcroXFcKzKEUv2mO2RNqixXiJhqmMkIaeDIRMl SvD78XKGKkQ49woYEiq30KKWQmUqXITC2uay/4thmiM0PS6KSaKAHAih+uH7NICdDmu2 XFmCvBEwtSDYswHQGwdMxSBrWUycVRNVIsyhwQy1/HwXMCUus7riwi62Slnpj1AGkLll KL6OgM36AlKR3QFSEWYeVm9mcWSfzSVSsWCUQGs3JtHPwtfUsZBKRbBdvuug2ONcO/aM ovHQ== X-Gm-Message-State: ALoCoQmRTJ0DcCW9EioEOmLPoEGvZr6gW0DXzXikyLDEJcvVq1nzRMyBgJdxAPaMnSafa50JMz6r X-Received: by 10.66.231.40 with SMTP id td8mr35809953pac.107.1406527828639; Sun, 27 Jul 2014 23:10:28 -0700 (PDT) Received: from xps-iwamatsu.renesas.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id kk1sm16423423pbd.61.2014.07.27.23.10.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 27 Jul 2014 23:10:27 -0700 (PDT) From: Nobuhiro Iwamatsu To: u-boot@lists.denx.de, Nobuhiro Iwamatsu Date: Mon, 28 Jul 2014 15:10:14 +0900 Message-Id: <1406527814-1928-2-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1406527814-1928-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> References: <1406527814-1928-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> Cc: Nobuhiro Iwamatsu Subject: [U-Boot] [PATCH 2/2] arm: rmobile: koelsch: Add CONFIG_SCIF_USE_EXT_CLK 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 SCIF of koelsch use external clock mode. This enables external clock mode on koelsch board. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/koelsch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index 6795f28..c4cd8e8 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -90,6 +90,7 @@ /* SCIF */ #define CONFIG_SCIF_CONSOLE #define CONFIG_CONS_SCIF0 +#define CONFIG_SCIF_USE_EXT_CLK #undef CONFIG_SYS_CONSOLE_INFO_QUIET #undef CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE #undef CONFIG_SYS_CONSOLE_ENV_OVERWRITE