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

Andrew Jeffery andrew at aj.id.au
Tue Jun 7 16:29:15 AEST 2016


On Sun, 2016-05-29 at 23:20 +0200, Cédric Le Goater wrote:
> 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>

Assuming the m25p80 changes are fine,

Reviewed-by: Andrew Jeffery <andrew at aj.id.au>

> ---
>  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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20160607/544aa6ff/attachment.sig>


More information about the openbmc mailing list