From patchwork Tue Sep 1 06:11:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 512707 X-Patchwork-Delegate: jagannadh.teki@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 B04DA1401E7 for ; Tue, 1 Sep 2015 16:14:01 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8082C4B88F; Tue, 1 Sep 2015 08:13:06 +0200 (CEST) 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 ue_mRvU2glxC; Tue, 1 Sep 2015 08:13:06 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 625E84B896; Tue, 1 Sep 2015 08:12:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D4E2F4B88A for ; Tue, 1 Sep 2015 08:12:49 +0200 (CEST) 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 7Bf64IHwYwpp for ; Tue, 1 Sep 2015 08:12:49 +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-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by theia.denx.de (Postfix) with ESMTPS id 2F5404B823 for ; Tue, 1 Sep 2015 08:12:37 +0200 (CEST) Received: by paczk9 with SMTP id zk9so17225859pac.0 for ; Mon, 31 Aug 2015 23:12:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bDReG74TpVN/WguBhRgIScpbq5hf66JQThptqj30pXE=; b=c232GMJGottRJJxc+JWgIWlSeS1ZLWqJH/NmsYU3WsJkXiQtUu1CDkCWtBCP+6LjCO R2CSnsWeaSNdg1FUUeny/bOE8GUGTbfRsPDq26SNbe2Nm4Kjb+BUNPeYm732VFvOM1eC a3s7+TKaAo1D0EWBQmlZGzW/4EufwiPgah5VtK+iwQsng/FSUjhfixvFfHMzTmmzw+65 wLVfdPPWJckVQolgJIUki0BSWYcbxIBuJE0+C3RiLo2i61+6Oh/iSoGZUci6g8lvObC2 hGaIPlu2uyGpYTzglJMqLm9RT8PGKP07dXc+ROCegjR3oiS8DyY/1ZwFlOIoixtOsbSh o5BQ== X-Received: by 10.68.234.167 with SMTP id uf7mr43493392pbc.51.1441087955927; Mon, 31 Aug 2015 23:12:35 -0700 (PDT) Received: from Jubuntu.amcc.com ([182.73.239.130]) by smtp.gmail.com with ESMTPSA id pi4sm16672144pdb.60.2015.08.31.23.12.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 31 Aug 2015 23:12:35 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Tue, 1 Sep 2015 11:41:42 +0530 Message-Id: <1441087907-25993-12-git-send-email-jteki@openedev.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441087907-25993-1-git-send-email-jteki@openedev.com> References: <1441087907-25993-1-git-send-email-jteki@openedev.com> Cc: Jagan Teki Subject: [U-Boot] [PATCH v4 11/16] zynq-common: Enable Bank/Extended address register support 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" Enabled SPI flash Bank/Extended address register support. Bank/Extended address registers are used to access the flash which has size > 16MiB in 3-byte addressing. Signed-off-by: Jagan Teki --- include/configs/zynq-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 514bdeb..f6dd03b 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -78,6 +78,7 @@ # define CONFIG_SPI_FLASH_SPANSION # define CONFIG_SPI_FLASH_STMICRO # define CONFIG_SPI_FLASH_WINBOND +# define CONFIG_SPI_FLASH_BAR # define CONFIG_CMD_SF #endif