[U-Boot] unassigned-patches/141: [PATCH] x86: minnowmax: use the correct NOR in the configuration

u-boot at bugs.denx.de u-boot at bugs.denx.de
Thu Apr 23 18:45:02 CEST 2015


The SPI NOR on the minnowboard max is a MICRON N25Q064A

Signed-off-by: Gabriel Huau <contact at huau-gabriel.fr>

---
Added to GNATS database as unassigned-patches/141
>Responsible:    patch-coord
>Message-Id:     <1429805814-1892-1-git-send-email-contact at 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
-- 
2.1.4




More information about the U-Boot mailing list