[PATCH qemu v2 10/10] ast2400: use a mx25l25635f chip

Cédric Le Goater clg at kaod.org
Tue Jun 14 03:16:36 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 75ad1c396659..75cd3bc439dd 100644
--- a/hw/arm/palmetto-bmc.c
+++ b/hw/arm/palmetto-bmc.c
@@ -48,7 +48,7 @@ static void palmetto_bmc_init(MachineState *machine)
                              &error_abort);
 
     aspeed_smc_init_flashes(&bmc->soc.smc, "n25q256a", &error_abort);
-    aspeed_smc_init_flashes(&bmc->soc.spi, "mx25l25635e", &error_abort);
+    aspeed_smc_init_flashes(&bmc->soc.spi, "mx25l25635f", &error_abort);
 
     /*
      * Install first SMC/FMC flash content as a rom.
-- 
2.1.4



More information about the openbmc mailing list