diff options
author | Cédric Le Goater <clg@kaod.org> | 2019-10-23 15:04:55 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-10-24 17:16:27 +0100 |
commit | ccc2c41890afd3a28183ea93bfab688890eb3df6 (patch) | |
tree | a21a800f8d5e16dbe928934b93b25e2809d57d90 /include/hw | |
parent | 7811ce818550426a2876d4fee80d95553ac5e1d2 (diff) | |
download | qemu-ccc2c41890afd3a28183ea93bfab688890eb3df6.zip qemu-ccc2c41890afd3a28183ea93bfab688890eb3df6.tar.gz qemu-ccc2c41890afd3a28183ea93bfab688890eb3df6.tar.bz2 |
aspeed: Add an AST2600 eval board
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Message-id: 20191023130455.1347-3-clg@kaod.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/arm/aspeed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/aspeed.h b/include/hw/arm/aspeed.h index 02073a6..f49bc70 100644 --- a/include/hw/arm/aspeed.h +++ b/include/hw/arm/aspeed.h @@ -18,6 +18,7 @@ typedef struct AspeedBoardConfig { const char *desc; const char *soc_name; uint32_t hw_strap1; + uint32_t hw_strap2; const char *fmc_model; const char *spi_model; uint32_t num_cs; |