From: Gabriel Huau Date: Sat, 25 Apr 2015 15:13:11 +0000 (-0700) Subject: x86: minnowmax: use the correct NOR in the configuration X-Git-Tag: KARO-TX6-2015-09-18~2336 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=cddd82ef42063832311393e782a908c23367f2dd;hp=d5510bb0341e041f70c76b208c3f3bcdcc6608a5 x86: minnowmax: use the correct NOR in the configuration The SPI NOR on the minnowboard max is a MICRON N25Q064A Signed-off-by: Gabriel Huau Reviewed-by: Bin Meng Acked-by: Simon Glass --- diff --git a/arch/x86/dts/minnowmax.dts b/arch/x86/dts/minnowmax.dts index 4be227a3b0..0233f61417 100644 --- a/arch/x86/dts/minnowmax.dts +++ b/arch/x86/dts/minnowmax.dts @@ -74,7 +74,7 @@ compatible = "intel,ich-spi"; spi-flash@0 { reg = <0>; - compatible = "sst,25vf016b", "spi-flash"; + compatible = "stmicro,n25q064a", "spi-flash"; memory-map = <0xff800000 0x00800000>; }; }; diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 6dbae8faf4..2a1915d872 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -42,7 +42,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