From patchwork Mon Nov 25 06:27:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sonic Zhang X-Patchwork-Id: 293821 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 D8D1A2C00B9 for ; Mon, 25 Nov 2013 17:27:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AB4744A8D1; Mon, 25 Nov 2013 07:27:53 +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 2B33aC4BRbVM; Mon, 25 Nov 2013 07:27:53 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4DE3B4A8D9; Mon, 25 Nov 2013 07:27:48 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5260D4A8D9 for ; Mon, 25 Nov 2013 07:27:42 +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 WsZIL-XN5dOt for ; Mon, 25 Nov 2013 07:27:36 +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 mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) by theia.denx.de (Postfix) with ESMTPS id 18A434A8D1 for ; Mon, 25 Nov 2013 07:27:30 +0100 (CET) Received: by mail-pd0-f176.google.com with SMTP id w10so4836864pde.35 for ; Sun, 24 Nov 2013 22:27:27 -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; bh=BzXnI1udkIAWSDgrXJUOpR7i0llq2M+7CcYUEs4eies=; b=JRYGGKYh80x9aje6Xi94MPggDSt7ViuBbSCcYZ+weK6YurWvEv/qCkfgEf3mvWfY3k d1I9Vg0iuJoFMsVZ/URQvSHQ58gKuwBBlRHa3VEpVVQn8xF5avz0QJ3SIEAn4ttZH/jI DedphwkV1IuBUx14xoq9/werQt1Y5rBnoZ8GgMSSU2I55KdG/Aeayuil53vi7nVTlvut NcOPp0f76nszyyzGAI4elJYxmtAR1uJ7jNMG8vzt0lyWCsKTSuJg1599k6xZz3ZXaCs4 vAPjWcB6llY7s0/cLLPXYXFXcMtfrSHaQg8NhHJhQoXTrQLVGhdU5G/Db8e0fO8GTOBY K4Fw== X-Received: by 10.67.30.100 with SMTP id kd4mr26285693pad.24.1385360846115; Sun, 24 Nov 2013 22:27:26 -0800 (PST) Received: from localhost.localdomain ([114.91.244.100]) by mx.google.com with ESMTPSA id y9sm80111301pas.10.2013.11.24.22.27.21 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Nov 2013 22:27:25 -0800 (PST) From: Sonic Zhang To: Masahiro Yamada , u-boot@lists.denx.de Date: Mon, 25 Nov 2013 14:27:10 +0800 Message-Id: <1385360833-26879-1-git-send-email-sonic.adi@gmail.com> X-Mailer: git-send-email 1.7.9.5 Cc: Sonic Zhang , adi-u-boot-devel@lists.sourceforge.net Subject: [U-Boot] [PATCH 1/4 v2] 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)