From patchwork Thu Apr 23 16:45:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: u-boot@bugs.denx.de X-Patchwork-Id: 464006 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 5F35E14011D for ; Fri, 24 Apr 2015 02:45:26 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 624FF3B1C; Thu, 23 Apr 2015 18:45:18 +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 ajstA_ucHS8F; Thu, 23 Apr 2015 18:45:18 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 31C863B1E; Thu, 23 Apr 2015 18:45:10 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5433D3ABC; Thu, 23 Apr 2015 18:45:02 +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 IkScCuVcoHhV; Thu, 23 Apr 2015 18:45:02 +0200 (CEST) Received: by theia.denx.de (Postfix, from userid 41) id 248B83AE1; Thu, 23 Apr 2015 18:45:02 +0200 (CEST) From: u-boot@bugs.denx.de To: djpig@denx.de,Gabriel Huau In-Reply-To: <1429805814-1892-1-git-send-email-contact@huau-gabriel.fr> References: <1429805814-1892-1-git-send-email-contact@huau-gabriel.fr> Message-Id: <20150423164502.248B83AE1@theia.denx.de> Date: Thu, 23 Apr 2015 18:45:02 +0200 (CEST) Cc: Graeme Russ , U-boot Development List , Gabriel Huau Subject: [U-Boot] unassigned-patches/141: [PATCH] x86: minnowmax: use the correct NOR in the configuration 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" The SPI NOR on the minnowboard max is a MICRON N25Q064A Signed-off-by: Gabriel Huau --- Added to GNATS database as unassigned-patches/141 >Responsible: patch-coord >Message-Id: <1429805814-1892-1-git-send-email-contact@huau-gabriel.fr> >In-Reply-To: >References: >Patch-Date: Thu Apr 23 18:16:54 +0200 2015 --- include/configs/minnowmax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 3c7b266..72393fa 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -43,7 +43,7 @@ #define CONFIG_SCSI_DEV_LIST \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA} -#define CONFIG_SPI_FLASH_SST +#define CONFIG_SPI_FLASH_STMICRO #define CONFIG_MMC #define CONFIG_SDHCI