[PATCH qemu 09/12] ast2400: use a mx25l25635f chip

Cédric Le Goater clg at kaod.org
Mon May 30 07:20:02 AEST 2016


The pflash command on OpenBmc is used to update the flash and it
expects a mx25l25635f and not a mx25l25635e.

Signed-off-by: Cédric Le Goater <clg at kaod.org>
---
 hw/arm/palmetto-bmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/arm/palmetto-bmc.c b/hw/arm/palmetto-bmc.c
index 50369c0331a6..a1db516baf9e 100644
--- a/hw/arm/palmetto-bmc.c
+++ b/hw/arm/palmetto-bmc.c
@@ -52,7 +52,7 @@ static void palmetto_bmc_init(MachineState *machine)
                              &error_abort);
 
     aspeed_smc_init_flashes(&bmc->soc.smc, "n25q256a");
-    aspeed_smc_init_flashes(&bmc->soc.spi, "mx25l25635e");
+    aspeed_smc_init_flashes(&bmc->soc.spi, "mx25l25635f");
 
     /*
      * Install first SMC/FMC flash content as a rom.
-- 
2.1.4



More information about the openbmc mailing list