From patchwork Mon Nov 18 07:12:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sonic Zhang X-Patchwork-Id: 291960 X-Patchwork-Delegate: sonic.adi@gmail.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 3481C2C00C7 for ; Mon, 18 Nov 2013 18:24:52 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B4AF94B2C4; Mon, 18 Nov 2013 08:24:50 +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 BcRkj1PZsc3N; Mon, 18 Nov 2013 08:24:49 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EA9C64B27B; Mon, 18 Nov 2013 08:24:48 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 72AA74B27B for ; Mon, 18 Nov 2013 08:24:43 +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 yKkgHihAn4+g for ; Mon, 18 Nov 2013 08:24:37 +0100 (CET) X-Greylist: delayed 374 seconds by postgrey-1.27 at theia; Mon, 18 Nov 2013 08:24:30 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-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by theia.denx.de (Postfix) with ESMTPS id 2FFB94B27A for ; Mon, 18 Nov 2013 08:24:30 +0100 (CET) Received: by mail-pa0-f51.google.com with SMTP id fb1so6290957pad.24 for ; Sun, 17 Nov 2013 23:24:29 -0800 (PST) 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=mNJh16R/mGcWUAj0O0/uL8u8EkMuOB100Si7/WcnPYM=; b=qq5bXzJrHaekgdSbsFCBVy6o+ElwdUuEz1TRPE62Wjw5TzNIDmKddnE/3cy1YChUyH CfdAOLJZkns6e7VW9RD+1i0jnhBBSBqs4ifa+uTFUupE7WClhYenIA+BuoY0mz/bq373 yscVNAD03kBtGN6mdba1iBFw/N/WB+vuswnFuLjsp6DLkYNEdCyhCbdKlf8Bd1TbFtij 5fjFdoYULJ+HuOP13vLpGaqWrgAP9o54NIeRdncQMiLKvSZX3G71mQR0PYnCA58Paza4 GLT1lZBwMp5CFedAlJ2VyeKD90CrIbdmWEh/OswpJaHn9pdWVMqr8MtldNZw2caRaWEx ToNw== X-Received: by 10.66.243.196 with SMTP id xa4mr37077pac.174.1384759099853; Sun, 17 Nov 2013 23:18:19 -0800 (PST) Received: from localhost.localdomain ([114.91.244.100]) by mx.google.com with ESMTPSA id sg1sm21272170pbb.16.2013.11.17.23.18.13 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 17 Nov 2013 23:18:19 -0800 (PST) From: Sonic Zhang To: Masahiro Yamada , u-boot@lists.denx.de Date: Mon, 18 Nov 2013 15:12:48 +0800 Message-Id: <1384758770-7462-2-git-send-email-sonic.adi@gmail.com> X-Mailer: git-send-email 1.8.2.3 In-Reply-To: <1384758770-7462-1-git-send-email-sonic.adi@gmail.com> References: <1384758770-7462-1-git-send-email-sonic.adi@gmail.com> Cc: u-boot-devel@blackfin.uclinux.org, Sonic Zhang Subject: [U-Boot] [PATCH 2/4] blackfin: Use ADI_GPIO2 driver other than the default ADI_GPIO1. 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: Sonic Zhang Signed-off-by: Sonic Zhang --- include/configs/cm-bf548.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/cm-bf548.h b/include/configs/cm-bf548.h index 3c9eeb5..7f27eda 100644 --- a/include/configs/cm-bf548.h +++ b/include/configs/cm-bf548.h @@ -118,6 +118,8 @@ #define CONFIG_BOOTCOMMAND "run flashboot" #define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20040000\0" +#define CONFIG_ADI_GPIO2 + #ifndef __ADSPBF542__ /* Don't waste time transferring a logo over the UART */ # if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART)