From: Cédric Le Goater <c...@kaod.org> The palmetto BMC machine uses a AST2400 revision A1 SoC.
Signed-off-by: Cédric Le Goater <c...@kaod.org> Reviewed-by: Joel Stanley <j...@jms.id.au> Reviewed-by: Andrew Jeffery <and...@aj.id.au> Message-id: 1480434248-27138-11-git-send-email-...@kaod.org Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- hw/arm/aspeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 3509011..bc70b38 100644 --- a/hw/arm/aspeed.c +++ b/hw/arm/aspeed.c @@ -81,7 +81,7 @@ enum { static const AspeedBoardConfig aspeed_boards[] = { [PALMETTO_BMC] = { - .soc_name = "ast2400-a0", + .soc_name = "ast2400-a1", .hw_strap1 = PALMETTO_BMC_HW_STRAP1, .fmc_model = "n25q256a", .spi_model = "mx25l25635e", -- 2.7.4