summaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
diff options
context:
space:
mode:
authorCédric Le Goater <clg@kaod.org>2016-12-27 14:59:28 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-12-27 14:59:28 +0000
commitbd407a21a9927acf2c02a2c44923af52f279e2ac (patch)
tree7b44fd364c4200031fb2d99a4d10caac0449471a /hw/arm/aspeed.c
parent6efbac908f3052a88eb466e2afd75f333de3b17d (diff)
downloadqemu-bd407a21a9927acf2c02a2c44923af52f279e2ac.tar.gz
aspeed: change SoC revision of the palmetto-bmc machine
The palmetto BMC machine uses a AST2400 revision A1 SoC. Signed-off-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Message-id: 1480434248-27138-11-git-send-email-clg@kaod.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/aspeed.c')
-rw-r--r--hw/arm/aspeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c
index 3509011ae9..bc70b38789 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",